floatingLabelAlignment property
Overrides the default value for InputDecoration.floatingLabelAlignment.
This property is obsolete and will be deprecated in a future release: please use the InputDecorationThemeData.floatingLabelAlignment property in data instead.
Implementation
FloatingLabelAlignment get floatingLabelAlignment =>
_data != null ? _data.floatingLabelAlignment : _floatingLabelAlignment;