menu
shaped_bottom_bar package
documentation
widgets/diamond_shape.dart
DiamondShape
DiamondShape constructor
DiamondShape constructor
dark_mode
light_mode
DiamondShape
constructor
DiamondShape
(
{
required
Widget
child
,
Color
background
=
Colors.white
,
double
size
=
50
,
})
Implementation
DiamondShape( {required this.child, this.background = Colors.white, this.size = 50});
shaped_bottom_bar package
documentation
widgets/diamond_shape
DiamondShape
DiamondShape constructor
DiamondShape class