Bump SDK version

This commit is contained in:
Dominic Grimm 2024-05-27 10:05:17 +02:00
parent 73daccb229
commit 1851d15680
6 changed files with 45 additions and 231 deletions

View file

@ -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,