toBuild method
dynamic
toBuild()
Implementation
toBuild() {
return Card(
key: key,
color: _color,
shadowColor: _shadowColor,
elevation: _elevation,
shape: _shape,
borderOnForeground: _borderOnForeground,
margin: _margin,
clipBehavior: _clipBehavior,
semanticContainer: _semanticContainer,
child: child,
);
}