fixTextFieldOutlineLabel property Null safety

bool fixTextFieldOutlineLabel
Deprecated('This "fix" is now enabled by default. ' 'This feature was deprecated after v2.5.0-1.0.pre.')">@Deprecated('This "fix" is now enabled by default. ' 'This feature was deprecated after v2.5.0-1.0.pre.')

An obsolete flag to allow apps to opt-out of a small fix for the Y coordinate of the floating label in a TextField OutlineInputBorder.

Setting this flag to true causes the floating label to be more precisely vertically centered relative to the border's outline.

The flag is true by default and its use is deprecated.

Implementation

@Deprecated(
  'This "fix" is now enabled by default. '
  'This feature was deprecated after v2.5.0-1.0.pre.',
)
bool get fixTextFieldOutlineLabel => _fixTextFieldOutlineLabel!;