GrxCard constructor
GrxCard({})
Implementation
GrxCard({
super.key,
super.borderOnForeground,
super.child,
super.clipBehavior,
super.color,
super.elevation = 0.0,
super.margin,
super.semanticContainer,
super.shadowColor,
super.surfaceTintColor = Colors.transparent,
}) : super(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(8.0),
),
);