merge: Deprecated

This commit is contained in:
2024-07-07 17:16:47 +08:00
parent 79239de308
commit 6ff0b7c902
2 changed files with 7 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ class App extends HookConsumerWidget {
micaBackgroundColor: appState.themeConf.micaColor,
buttonTheme: ButtonThemeData(
defaultButtonStyle: ButtonStyle(
shape: ButtonState.all(RoundedRectangleBorder(
shape: WidgetStateProperty.all(RoundedRectangleBorder(
borderRadius: BorderRadius.circular(4),
side: BorderSide(color: Colors.white.withOpacity(.01)))),
))),