FFormFieldStyle constructor

Creates a FFormFieldStyle.

Implementation

const FFormFieldStyle({
  required this.labelTextStyle,
  required this.descriptionTextStyle,
  required this.errorTextStyle,
});