OnBrnFormSwitchChanged typedef

OnBrnFormSwitchChanged = void Function(bool oldValue, bool newValue)

开关变化回调

Implementation

typedef OnBrnFormSwitchChanged = void Function(bool oldValue, bool newValue);