|
|
@ -17,7 +17,7 @@ class AddStoryView extends StatelessWidget {
|
|
|
|
Widget build(BuildContext context) {
|
|
|
|
Widget build(BuildContext context) {
|
|
|
|
final video = controller.videoPlayerController;
|
|
|
|
final video = controller.videoPlayerController;
|
|
|
|
return Scaffold(
|
|
|
|
return Scaffold(
|
|
|
|
backgroundColor: Colors.blueGrey,
|
|
|
|
backgroundColor: Colors.blueGrey.shade900,
|
|
|
|
appBar: AppBar(
|
|
|
|
appBar: AppBar(
|
|
|
|
systemOverlayStyle: SystemUiOverlayStyle.light,
|
|
|
|
systemOverlayStyle: SystemUiOverlayStyle.light,
|
|
|
|
backgroundColor: Colors.transparent,
|
|
|
|
backgroundColor: Colors.transparent,
|
|
|
|