@@ -1229,37 +1229,37 @@ class ThemeData with Diagnosticable {
1229
1229
/// * Typography: [Typography] (see table above)
1230
1230
///
1231
1231
/// ### Components
1232
- /// * Badges: [Badge]
1232
+ /// * Badges: [Badge] (*new*)
1233
1233
/// * Bottom app bar: [BottomAppBar]
1234
1234
/// * Bottom sheets: [BottomSheet]
1235
1235
/// * Buttons
1236
- /// - Common buttons: [ElevatedButton], [FilledButton], [OutlinedButton], [TextButton]
1236
+ /// - Common buttons: [ElevatedButton], [FilledButton] (*new*), FilledButton.tonal] (*new*) , [OutlinedButton], [TextButton]
1237
1237
/// - FAB: [FloatingActionButton], [FloatingActionButton.extended]
1238
1238
/// - Icon buttons: [IconButton]
1239
- /// - Segmented buttons: [SegmentedButton]
1239
+ /// - Segmented buttons: [SegmentedButton] (*new*, replacing [ToggleButtons])
1240
1240
/// * Cards: [Card]
1241
- /// * Checkbox: [Checkbox]
1241
+ /// * Checkbox: [Checkbox] , [CheckboxListTile]
1242
1242
/// * Chips:
1243
1243
/// - [ActionChip] (used for Assist and Suggestion chips),
1244
1244
/// - [FilterChip], [ChoiceChip] (used for single selection filter chips),
1245
1245
/// - [InputChip]
1246
1246
/// * Date pickers: [showDatePicker] , [showDateRangePicker] , [DatePickerDialog] , [DateRangePickerDialog] , [InputDatePickerFormField]
1247
- /// * Dialogs: [Dialog ] , [AlertDialog]
1248
- /// * Divider: [Divider]
1247
+ /// * Dialogs: [AlertDialog ] , [Dialog.fullscreen] (*new*)
1248
+ /// * Divider: [Divider] , [VerticalDivider]
1249
1249
/// * Lists: [ListTile]
1250
- /// * Menus: [MenuBar] , [DropdownMenu]
1251
- /// * Navigation bar: [NavigationBar] (new, replacing [BottomNavigationBar] )
1252
- /// * Navigation drawer: [NavigationDrawer]
1250
+ /// * Menus: [MenuAnchor] (*new*) , [DropdownMenu] (*new*), [MenuBar] (*new*)
1251
+ /// * Navigation bar: [NavigationBar] (* new* , replacing [BottomNavigationBar] )
1252
+ /// * Navigation drawer: [NavigationDrawer] (*new*, replacing [Drawer] )
1253
1253
/// * Navigation rail: [NavigationRail]
1254
1254
/// * Progress indicators: [CircularProgressIndicator] , [LinearProgressIndicator]
1255
- /// * Radio button: [Radio]
1255
+ /// * Radio button: [Radio] , [RadioListTile]
1256
1256
/// * Snack bar: [SnackBar]
1257
- /// * Slider: [Slider]
1258
- /// * Switch: [Switch]
1257
+ /// * Slider: [Slider] , [RangeSlider]
1258
+ /// * Switch: [Switch] , [SwitchListTile]
1259
1259
/// * Tabs: [TabBar]
1260
1260
/// * TextFields: [TextField] together with its [InputDecoration]
1261
1261
/// * Time pickers: [showTimePicker] , [TimePickerDialog]
1262
- /// * Top app bar: [AppBar]
1262
+ /// * Top app bar: [AppBar] , [SliverAppBar] , [SliverAppBar.medium] (*new*), [SliverAppBar.large] (*new*)
1263
1263
///
1264
1264
/// In addition, this flag enables features introduced in Android 12.
1265
1265
/// * Stretch overscroll: [MaterialScrollBehavior]
0 commit comments