File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ class _CoderJavaImageEditorProState extends State<CoderJavaImageEditorPro> {
103103
104104 @override
105105 void initState () {
106- WidgetsBinding .instance! .addPostFrameCallback ((_) async {
106+ WidgetsBinding .instance.addPostFrameCallback ((_) async {
107107 if (widget.defaultPathImage != null && widget.defaultPathImage! .isNotEmpty) {
108108 var fileImage = File (widget.defaultPathImage! );
109109 if (fileImage.existsSync ()) {
@@ -176,7 +176,6 @@ class _CoderJavaImageEditorProState extends State<CoderJavaImageEditorPro> {
176176 ),
177177 ),
178178 ],
179- brightness: Brightness .dark,
180179 backgroundColor: widget.appBarColor ?? Colors .black87,
181180 ),
182181 bottomNavigationBar: openbottomsheet ? Container () : _buildWidgetListMenu (),
You can’t perform that action at this time.
0 commit comments