onChange property

(dynamic Function(bool visible)?) onChange
final

Called when a keyboard visibility event occurs Is only called when the state changes The visible parameter reflects the new visibility

Implementation

final Function(bool visible)? onChange;