helperTextStyle property
TextStyle?
get
helperTextStyle
Implementation
TextStyle? get helperTextStyle {
return (helperTextStyleState?.fromController(this) ?? _helperTextStyle)
?.copyWith(color: helperTextColor);
}
set
helperTextStyle
(TextStyle? value)
Implementation
set helperTextStyle(TextStyle? value) => _helperTextStyle = value;