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