fieldSimpleBackground function

Widget fieldSimpleBackground(
  1. BuildContext context,
  2. FormFieldDef fieldDetails,
  3. FieldColorScheme currentColors,
  4. Widget renderedField,
)

Implementation

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