I have a TextField
in my app, I want to enable a FloatingActionButton
whenever user taps to the textfield (that is to say starts typing).
Is there a way I can track whether user is on the textfield and typing?
I have a TextField
in my app, I want to enable a FloatingActionButton
whenever user taps to the textfield (that is to say starts typing).
Is there a way I can track whether user is on the textfield and typing?