refactor: Better future loading dialog without flickering
This commit is contained in:
parent
05d5577a7b
commit
831adceeca
37 changed files with 175 additions and 55 deletions
|
|
@ -127,7 +127,7 @@ abstract class FluffyThemes {
|
|||
),
|
||||
dialogTheme: DialogTheme(
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(AppConfig.borderRadius / 2),
|
||||
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
|
||||
),
|
||||
),
|
||||
snackBarTheme: const SnackBarThemeData(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue