RoundedCard constructor
const
RoundedCard({
- Key? key,
- BoxBorder? border,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Widget? child,
- Color? color,
Implementation
const RoundedCard(
{Key? key,
this.border,
this.margin,
this.padding,
this.child,
this.color})
: super(key: key);