onChange property
getter/setter pair
This method is invoked everytime the user changes the setting
Implementation
void Function(dynamic)? onChange;
This method is invoked everytime the user changes the setting
void Function(dynamic)? onChange;