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