undo: flutter version 3.22.1 -> 3.19.1
This commit is contained in:
@ -34,7 +34,7 @@ class HttpError extends StatelessWidget {
|
||||
fn!();
|
||||
},
|
||||
style: ButtonStyle(
|
||||
backgroundColor: WidgetStateProperty.resolveWith((states) {
|
||||
backgroundColor: MaterialStateProperty.resolveWith((states) {
|
||||
return Theme.of(context).colorScheme.primary.withAlpha(20);
|
||||
}),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user