upgrade packages

This commit is contained in:
tzw
2024-01-09 13:11:22 +06:30
parent cbd8ddad08
commit 3e1c61a9f6
32 changed files with 193 additions and 150 deletions

View File

@@ -32,7 +32,7 @@ class LocalButton extends StatelessWidget {
child: ButtonTheme(
minWidth: 900.0,
height: 100.0,
child: FlatButton(
child: TextButton(
onPressed: callBack == null ? null : () => callBack!(),
child: Row(
mainAxisAlignment: MainAxisAlignment.center,