RoundedCard constructor
RoundedCard({
- BoxBorder? border,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Widget? child,
Implementation
RoundedCard({this.border, this.margin, this.padding, this.child});