setStyle method
Updates the styling configuration for this field.
style can be null to reset to default styling, or a FieldStyle
subclass appropriate for the field type.
Implementation
void setStyle(FieldStyle? style) {
this.style = style;
}
Updates the styling configuration for this field.
style can be null to reset to default styling, or a FieldStyle
subclass appropriate for the field type.
void setStyle(FieldStyle? style) {
this.style = style;
}