errorBorder property
The border to display when the input is in error state.
Default to Border.fromBorderSide(BorderSide(color: Color(0xFFEB0555)))
,
set to null
to disable error border.
Implementation
final Border? errorBorder;
The border to display when the input is in error state.
Default to Border.fromBorderSide(BorderSide(color: Color(0xFFEB0555)))
,
set to null
to disable error border.
final Border? errorBorder;