mirror of
https://github.com/flutter/samples.git
synced 2026-07-16 05:52:01 +00:00
Flutter 3.29 beta (#2571)
This commit is contained in:
@@ -36,7 +36,8 @@ class ButtonStyles {
|
||||
}),
|
||||
shape: WidgetStateProperty.resolveWith<OutlinedBorder>((states) {
|
||||
return const RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.all(Radius.circular(18)));
|
||||
borderRadius: BorderRadius.all(Radius.circular(18)),
|
||||
);
|
||||
}),
|
||||
overlayColor: null,
|
||||
backgroundColor: WidgetStateProperty.resolveWith<Color?>((states) {
|
||||
|
||||
Reference in New Issue
Block a user