onChange property

(void Function(dynamic)?) onChange
getter/setter pair

This method is invoked everytime the user changes the setting

Implementation

void Function(dynamic)? onChange;