CustomForm constructor
const
CustomForm({})
Implementation
const CustomForm({
required this.form,
this.onPress,
this.image,
this.shadowColor = Colors.black,
this.imageRadius = 20,
this.marginTopPercent = 15,
this.enable = true,
this.text,
this.tag,
this.blurRadius = 100,
this.buttonStyle,
this.fontSize,
this.buttonWidth,
Key? key,
}) : super(key: key);