KeyboardObserverListener typedef

KeyboardObserverListener = dynamic Function(double former, double newer, int time)

Implementation

typedef KeyboardObserverListener = Function(
    double former, double newer, int time);