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