FFormFieldStyle constructor
const
FFormFieldStyle({})
Creates a FFormFieldStyle.
Implementation
const FFormFieldStyle({
required this.labelTextStyle,
required this.descriptionTextStyle,
});
Creates a FFormFieldStyle.
const FFormFieldStyle({
required this.labelTextStyle,
required this.descriptionTextStyle,
});