outlineBorder property
The borderSide of the OutlineInputBorder with color
and weight
.
This property is obsolete and will be deprecated in a future release: please use the InputDecorationThemeData.outlineBorder property in data instead.
Implementation
BorderSide? get outlineBorder => _data != null ? _data.outlineBorder : _outlineBorder;