File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
widgets/themes/Cupertino/CupertinoScrollbar Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -155,5 +155,14 @@ class WidgetName2Icon {
155155 "CupertinoPageScaffold" : Icons .pages,
156156 "CupertinoPicker" : Icons .add_alarm,
157157 "CupertinoPopupSurface" : Icons .center_focus_weak,
158+ "CupertinoScrollbar" : Icons .fullscreen,
159+ "CupertinoSlider" : Icons .switch_camera,
160+ "CupertinoSegmentedControl" : Icons .radio_button_checked,
161+ "CupertinoSliverNavigationBar" : Icons .subtitles,
162+ "CupertinoSwitch" : Icons .check_box,
163+ "CupertinoTabBar" : Icons .tab,
164+ "CupertinoTabScaffold" : Icons .tab,
165+ "CupertinoTabView" : Icons .table_chart,
166+ "CupertinoTimerPicker" : Icons .timer
158167 };
159168}
Original file line number Diff line number Diff line change 11import 'package:flutter/material.dart' ;
22import 'package:flutter_go/common/widget_demo.dart' ;
3- import 'package:flutter_go/widgets/themes/Material/MaterialColor/demo.dart' ;
43import 'demo.dart' ;
54const Text0 = '''
65### **简介**
You can’t perform that action at this time.
0 commit comments