MaterialStateOutlineInputBorder constructor

  1. @Deprecated('Use WidgetStateInputBorder instead. ' 'Renamed to match other WidgetStateProperty objects. ' 'This feature was deprecated after v3.26.0-0.1.pre.')
const MaterialStateOutlineInputBorder()

Abstract const constructor. This constructor enables subclasses to provide const constructors so that they can be used in const expressions.

Implementation

@Deprecated(
  'Use WidgetStateInputBorder instead. '
  'Renamed to match other WidgetStateProperty objects. '
  'This feature was deprecated after v3.26.0-0.1.pre.',
)
const MaterialStateOutlineInputBorder();