enabledBorder property
Overrides the default value for InputDecoration.enabledBorder.
This property is obsolete and will be deprecated in a future release: please use the InputDecorationThemeData.enabledBorder property in data instead.
Implementation
InputBorder? get enabledBorder => _data != null ? _data.enabledBorder : _enabledBorder;