File tree 3 files changed +3
-3
lines changed
packages/flutter/lib/src/material
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ class CheckboxListTile extends StatelessWidget {
219
219
220
220
/// The color to use when this checkbox is checked.
221
221
///
222
- /// Defaults to accent color of the current [Theme] .
222
+ /// Defaults to [ColorScheme.secondary] of the current [Theme] .
223
223
final Color ? activeColor;
224
224
225
225
/// The color to use for the check icon when this checkbox is checked.
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ class RadioListTile<T> extends StatelessWidget {
245
245
246
246
/// The color to use when this radio button is selected.
247
247
///
248
- /// Defaults to accent color of the current [Theme] .
248
+ /// Defaults to [ColorScheme.secondary] of the current [Theme] .
249
249
final Color ? activeColor;
250
250
251
251
/// The primary content of the list tile.
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ class SwitchListTile extends StatelessWidget {
266
266
267
267
/// The color to use when this switch is on.
268
268
///
269
- /// Defaults to accent color of the current [Theme] .
269
+ /// Defaults to [ColorScheme.secondary] of the current [Theme] .
270
270
final Color ? activeColor;
271
271
272
272
/// The color to use on the track when this switch is on.
You can’t perform that action at this time.
0 commit comments