Animation when extending textField #309
Labels
enhancement
New feature or enhancement of existing functionality
flutter
Flutter related issues
learn
Learn this!
research
Research required; be specific
spike
The simplest possible experiment to explore potential solutions to a problem
T4h
Time Estimate 4 Hours
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
UI
When the TextField obtains focus (see #308), the height of the widget is maxed out to take as much screen as possible.
However this transition is a bit abrupt and I'm wondering if it's possible to have a smoother transition.
I'm going to research if it's possible to apply any nice effects to create this transition.
Some more documentation to read:
https://docs.flutter.dev/development/ui/widgets/animation
The text was updated successfully, but these errors were encountered: