wrapInCard method
Implementation
Widget wrapInCard({Color? color, double elevation = 2, EdgeInsets? margin}) =>
Card(color: color, elevation: elevation, margin: margin, child: this);
Widget wrapInCard({Color? color, double elevation = 2, EdgeInsets? margin}) =>
Card(color: color, elevation: elevation, margin: margin, child: this);