FFormFieldStyle constructor
const
FFormFieldStyle({
- required FWidgetStateMap<
TextStyle> labelTextStyle, - required FWidgetStateMap<
TextStyle> descriptionTextStyle, - required TextStyle errorTextStyle,
Creates a FFormFieldStyle.
Implementation
const FFormFieldStyle({
required this.labelTextStyle,
required this.descriptionTextStyle,
required this.errorTextStyle,
});