inputDecoration property Null safety
final
inputDecoration map of properties tto decorate the field. for example { 'labelText': 'Label Text', 'hintText': 'Hint Text', 'errorText': 'Error Text', 'suffixIcon': Icon(Icons.search), 'border: OutlineInputBorder(), }
Implementation
final Map<String, dynamic>? inputDecoration;