Bump SDK version
This commit is contained in:
parent
73daccb229
commit
1851d15680
6 changed files with 45 additions and 231 deletions
|
@ -27,8 +27,7 @@ class CheckboxListTileFormField extends FormField<bool> {
|
|||
initialValue: initialValue,
|
||||
autovalidateMode: autovalidateMode,
|
||||
builder: (FormFieldState<bool> state) {
|
||||
errorColor ??=
|
||||
(context == null ? Colors.red : Theme.of(context).errorColor);
|
||||
errorColor ??= (context == null ? Colors.red : Theme.of(context).colorScheme.error);
|
||||
|
||||
return CheckboxListTile(
|
||||
title: title,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue