CForm constructor
CForm({
- Key? key,
- required List<
Widget> ? children, - EdgeInsetsGeometry? margin,
- double? width,
- double? height,
- EdgeInsetsGeometry? padding,
- CrossAxisAlignment? crossAxisAlignment,
- MainAxisAlignment? mainAxisAlignment,
- Border? border,
- int? flex,
- Style? style,
- double? gap = 8,
- dynamic onTap()?,
- Color? backgroundColor,
Implementation
CForm(
{super.key,
required super.children,
super.margin,
super.width,
super.height,
super.padding,
super.crossAxisAlignment,
super.mainAxisAlignment,
super.border,
super.flex,
super.style,
super.gap = 8,
super.onTap,
super.backgroundColor});