PlexFormFieldGeneric constructor
const
PlexFormFieldGeneric({})
Implementation
const PlexFormFieldGeneric({
this.title,
this.enabled = true,
this.helperText,
this.useMargin = true,
this.cornerRadius = PlexDim.small,
this.margin = const EdgeInsets.symmetric(horizontal: PlexDim.medium, vertical: PlexDim.small),
});