fieldSimpleBackground function
Widget
fieldSimpleBackground(
- BuildContext context,
- FormFieldDef fieldDetails,
- FieldColorScheme currentColors,
- Widget renderedField,
Implementation
Widget fieldSimpleBackground(BuildContext context, FormFieldDef fieldDetails,
FieldColorScheme currentColors, Widget renderedField) {
return renderedField;
}