RoundedCard constructor

RoundedCard({
  1. BoxBorder? border,
  2. EdgeInsetsGeometry? margin,
  3. EdgeInsetsGeometry? padding,
  4. Widget? child,
})

Implementation

RoundedCard({this.border, this.margin, this.padding, this.child});