onChange property

dynamic Function(ThemeMode) onChange
final

callback which specifies the theme , you must put your update theme logic inside this

Implementation

final Function(ThemeMode) onChange;