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