InputCard constructor
const
InputCard({
- Key? key,
- required Widget child,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Color? color,
- BorderRadiusGeometry? borderRadius,
- Color? borderColor,
- double? borderWidth,
Implementation
const InputCard(
{super.key,
required this.child,
this.margin,
this.padding,
this.color,
this.borderRadius,
this.borderColor,
this.borderWidth});