Browse Source

fix dividerColor not valid bug

Caijinglong 6 years ago
parent
commit
8e29b3d669
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/src/ui/page/photo_main_page.dart

+ 1
- 1
lib/src/ui/page/photo_main_page.dart View File

@@ -172,7 +172,7 @@ class _PhotoMainPageState extends State<PhotoMainPage>
172 172
     }
173 173
 
174 174
     return Container(
175
-      color: options.disableColor,
175
+      color: options.dividerColor,
176 176
       child: GridView.builder(
177 177
         controller: scrollController,
178 178
         gridDelegate: SliverGridDelegateWithFixedCrossAxisCount(