FTextFieldStateStyle constructor

FTextFieldStateStyle({
  1. required TextStyle labelTextStyle,
  2. required TextStyle contentTextStyle,
  3. required TextStyle hintTextStyle,
  4. required TextStyle descriptionTextStyle,
  5. required FTextFieldBorderStyle focusedStyle,
  6. required FTextFieldBorderStyle unfocusedStyle,
})

Implementation

FTextFieldStateStyle({
  required this.labelTextStyle,
  required this.contentTextStyle,
  required this.hintTextStyle,
  required this.descriptionTextStyle,
  required this.focusedStyle,
  required this.unfocusedStyle,
});