We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5ff26 commit 33463dbCopy full SHA for 33463db
lib/ui/widgets/common_scaffold.dart
@@ -29,7 +29,8 @@ class CommonScaffold extends StatelessWidget {
29
this.floatingIcon,
30
this.elevation = 4.0});
31
32
- Widget myBottomBar() => new BottomAppBar(
+ Widget myBottomBar() => BottomAppBar(
33
+ clipBehavior: Clip.antiAlias,
34
shape: CircularNotchedRectangle(),
35
child: Ink(
36
height: 50.0,
lib/ui/widgets/custom_float.dart
@@ -12,6 +12,7 @@ class CustomFloat extends StatelessWidget {
12
@override
13
Widget build(BuildContext context) {
14
return FloatingActionButton(
15
16
mini: isMini,
17
onPressed: qrCallback,
18
0 commit comments