@@ -1148,37 +1148,39 @@ class ThemeData with Diagnosticable {
1148
1148
/// * Typography: [Typography] (see table above)
1149
1149
///
1150
1150
/// ### Components
1151
- /// * Badges: [Badge] (*new*)
1151
+ /// \* *new* means the new widgets/methods created since the last stable release.
1152
+ /// * Badges: [Badge]
1152
1153
/// * Bottom app bar: [BottomAppBar]
1153
1154
/// * Bottom sheets: [BottomSheet]
1154
1155
/// * Buttons
1155
- /// - Common buttons: [ElevatedButton], [FilledButton] (*new*), FilledButton.tonal] (*new*) , [OutlinedButton], [TextButton]
1156
+ /// - Common buttons: [ElevatedButton], [FilledButton], [ FilledButton.tonal], [OutlinedButton], [TextButton]
1156
1157
/// - FAB: [FloatingActionButton], [FloatingActionButton.extended]
1157
- /// - Icon buttons: [IconButton]
1158
- /// - Segmented buttons: [SegmentedButton] (*new*, replacing [ToggleButtons])
1158
+ /// - Icon buttons: [IconButton], [IconButton.filled] (*new*), [IconButton.filledTonal] (*new*), [IconButton.outlined] (*new*)
1159
+ /// - Segmented buttons: [SegmentedButton] (replacing [ToggleButtons])
1159
1160
/// * Cards: [Card]
1160
1161
/// * Checkbox: [Checkbox] , [CheckboxListTile]
1161
1162
/// * Chips:
1162
1163
/// - [ActionChip] (used for Assist and Suggestion chips),
1163
1164
/// - [FilterChip], [ChoiceChip] (used for single selection filter chips),
1164
1165
/// - [InputChip]
1165
1166
/// * Date pickers: [showDatePicker] , [showDateRangePicker] , [DatePickerDialog] , [DateRangePickerDialog] , [InputDatePickerFormField]
1166
- /// * Dialogs: [AlertDialog] , [Dialog.fullscreen] (*new*)
1167
+ /// * Dialogs: [AlertDialog] , [Dialog.fullscreen]
1167
1168
/// * Divider: [Divider] , [VerticalDivider]
1168
1169
/// * Lists: [ListTile]
1169
- /// * Menus: [MenuAnchor] (*new*) , [DropdownMenu] (*new*) , [MenuBar] (*new*)
1170
- /// * Navigation bar: [NavigationBar] (*new*, replacing [BottomNavigationBar] )
1171
- /// * Navigation drawer: [NavigationDrawer] (*new*, replacing [Drawer] )
1170
+ /// * Menus: [MenuAnchor] , [DropdownMenu] , [MenuBar]
1171
+ /// * Navigation bar: [NavigationBar] (replacing [BottomNavigationBar] )
1172
+ /// * Navigation drawer: [NavigationDrawer] (replacing [Drawer] )
1172
1173
/// * Navigation rail: [NavigationRail]
1173
1174
/// * Progress indicators: [CircularProgressIndicator] , [LinearProgressIndicator]
1174
1175
/// * Radio button: [Radio] , [RadioListTile]
1176
+ /// * Search: [SearchBar] (*new*), [SearchAnchor] (*new*),
1175
1177
/// * Snack bar: [SnackBar]
1176
1178
/// * Slider: [Slider] , [RangeSlider]
1177
1179
/// * Switch: [Switch] , [SwitchListTile]
1178
- /// * Tabs: [TabBar]
1180
+ /// * Tabs: [TabBar] , [TabBar.secondary] (*new*)
1179
1181
/// * TextFields: [TextField] together with its [InputDecoration]
1180
1182
/// * Time pickers: [showTimePicker] , [TimePickerDialog]
1181
- /// * Top app bar: [AppBar] , [SliverAppBar] , [SliverAppBar.medium] (*new*) , [SliverAppBar.large] (*new*)
1183
+ /// * Top app bar: [AppBar] , [SliverAppBar] , [SliverAppBar.medium] , [SliverAppBar.large]
1182
1184
///
1183
1185
/// In addition, this flag enables features introduced in Android 12.
1184
1186
/// * Stretch overscroll: [MaterialScrollBehavior]
0 commit comments