wurong
2 years ago
7 changed files with 8 additions and 48 deletions
@ -1,37 +0,0 @@ |
|||||||
import 'package:flutter/cupertino.dart'; |
|
||||||
import 'package:flutter/material.dart'; |
|
||||||
import 'package:huixiang/view_widget/my_appbar.dart'; |
|
||||||
|
|
||||||
class VideoEdit extends StatefulWidget { |
|
||||||
@override |
|
||||||
State<StatefulWidget> createState() { |
|
||||||
return _VideoEdit(); |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
class _VideoEdit extends State<VideoEdit> with WidgetsBindingObserver { |
|
||||||
|
|
||||||
@override |
|
||||||
void initState() { |
|
||||||
super.initState(); |
|
||||||
} |
|
||||||
|
|
||||||
@override |
|
||||||
Widget build(BuildContext context) { |
|
||||||
return Scaffold( |
|
||||||
backgroundColor: Colors.black, |
|
||||||
appBar: MyAppBar( |
|
||||||
title:"视频编辑", |
|
||||||
titleColor: Colors.black, |
|
||||||
background: Color(0xFFFFFFFF), |
|
||||||
leadingColor: Colors.black, |
|
||||||
), |
|
||||||
body: Container( |
|
||||||
width: MediaQuery.of(context).size.width, |
|
||||||
height: MediaQuery.of(context).size.height, |
|
||||||
alignment: Alignment.center, |
|
||||||
child:Text("hdjhcd" |
|
||||||
)), |
|
||||||
); |
|
||||||
} |
|
||||||
} |
|
Loading…
Reference in new issue