Files
flutter/packages
Bruno Leroux 99876ba2ce Always relies on floatingLabelStyle when FloatingLabelBehavior.always (#147374)
## Description

With this PR, when `InputDecorator.floatingLabelBehavior` is set to `FloatingLabelBehavior.always` the label style is always set to `InputDecorator.floatingLabelStyle`, previously `InputDecorator.labelStyle` was used when the field was not focused or was empty.  

## Related Issue

Fixes https://github.com/flutter/flutter/issues/147231

## Tests

Adds 1 test for this particular issue and several missing tests.
2024-05-03 15:16:05 +00:00
..
2024-05-03 00:37:06 +00:00