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