AfterChangeCallback typedef

AfterChangeCallback = void Function(String previous, String next)

Just a way to ensure the callback always follows the same function, it is used by the MaskedTextController

Implementation

typedef AfterChangeCallback = void Function(String previous, String next);