menu
shaped_bottom_bar package
documentation
widgets/square.dart
SquareShape
SquareShape constructor
SquareShape constructor
dark_mode
light_mode
SquareShape
constructor
SquareShape
(
{
Color
?
background
=
Colors.black
,
required
Widget
child
,
double
size
=
1000
,
})
Implementation
SquareShape( {this.background = Colors.black, required this.child, this.size = 1000});
shaped_bottom_bar package
documentation
widgets/square
SquareShape
SquareShape constructor
SquareShape class