MyBottomRoundCard constructor
MyBottomRoundCard({})
Implementation
MyBottomRoundCard(
{Key? key,
this.child,
this.radius = 8.0,
this.elevation = 0.0,
this.color = Colors.white})
: super(key: key);