FFormFieldStyle constructor

const FFormFieldStyle({
  1. required TextStyle labelTextStyle,
  2. required TextStyle descriptionTextStyle,
})

Creates a FFormFieldStyle.

Implementation

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