ResponsiveCard constructor
const
ResponsiveCard({})
This card adds padding around the Card to fit the sizes
Implementation
const ResponsiveCard({
super.key,
super.color,
super.shadowColor,
super.surfaceTintColor,
super.elevation,
super.shape,
super.borderOnForeground = true,
super.clipBehavior,
super.child,
super.semanticContainer = true,
}) : super(margin: EdgeInsets.zero);