File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
experimental/veggieseasons/lib/screens Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import 'package:flutter/widgets.dart';
88import 'package:provider/provider.dart' ;
99import 'package:veggieseasons/data/app_state.dart' ;
1010import 'package:veggieseasons/data/veggie.dart' ;
11- import 'package:veggieseasons/styles.dart' ;
1211import 'package:veggieseasons/widgets/veggie_headline.dart' ;
1312
1413class SearchScreen extends StatefulWidget {
@@ -47,14 +46,11 @@ class _SearchScreenState extends State<SearchScreen> with RestorationMixin {
4746 }
4847
4948 Widget _createSearchBox () {
50- final themeData = CupertinoTheme .of (context);
5149 return Padding (
5250 padding: const EdgeInsets .all (8 ),
5351 child: CupertinoSearchTextField (
54- backgroundColor: Styles .searchBackground (themeData),
5552 controller: controller.value,
5653 focusNode: focusNode,
57- style: Styles .searchText (themeData),
5854 ),
5955 );
6056 }
You can’t perform that action at this time.
0 commit comments