File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ class FormBuilderSwitch extends FormBuilderField<bool> {
21
21
22
22
/// The color to use when this switch is on.
23
23
///
24
- /// Defaults to [ThemeData.toggleableActiveColor ] .
24
+ /// Defaults to [ColorScheme.secondary ] .
25
25
final Color ? activeColor;
26
26
27
27
/// The color to use on the track when this switch is on.
28
28
///
29
- /// Defaults to [ThemeData.toggleableActiveColor ] with the opacity set at 50%.
29
+ /// Defaults to [ColorScheme.secondary ] with the opacity set at 50%.
30
30
///
31
31
/// Ignored if this switch is created with [Switch.adaptive] .
32
32
final Color ? activeTrackColor;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class GroupedCheckbox<T> extends StatelessWidget {
22
22
23
23
/// The color to use when this checkbox is checked.
24
24
///
25
- /// Defaults to [ThemeData.toggleableActiveColor ] .
25
+ /// Defaults to [ColorScheme.secondary ] .
26
26
final Color ? activeColor;
27
27
28
28
/// The color to use for the check icon when this checkbox is checked.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class GroupedRadio<T> extends StatefulWidget {
22
22
23
23
/// The color to use when this checkbox is checked.
24
24
///
25
- /// Defaults to [ThemeData.toggleableActiveColor ] .
25
+ /// Defaults to [ColorScheme.secondary ] .
26
26
final Color ? activeColor;
27
27
28
28
/// Configures the minimum size of the tap target.
You can’t perform that action at this time.
0 commit comments