File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/flutter/lib/src/material Expand file tree Collapse file tree 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 {
219219
220220 /// The color to use when this checkbox is checked.
221221 ///
222- /// Defaults to accent color of the current [Theme] .
222+ /// Defaults to [ColorScheme.secondary] of the current [Theme] .
223223 final Color ? activeColor;
224224
225225 /// 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 {
245245
246246 /// The color to use when this radio button is selected.
247247 ///
248- /// Defaults to accent color of the current [Theme] .
248+ /// Defaults to [ColorScheme.secondary] of the current [Theme] .
249249 final Color ? activeColor;
250250
251251 /// 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 {
266266
267267 /// The color to use when this switch is on.
268268 ///
269- /// Defaults to accent color of the current [Theme] .
269+ /// Defaults to [ColorScheme.secondary] of the current [Theme] .
270270 final Color ? activeColor;
271271
272272 /// The color to use on the track when this switch is on.
You can’t perform that action at this time.
0 commit comments