onChanged method

void onChanged(
  1. bool val
)

Implementation

void onChanged(bool val) {
  _onToggleEnabled?.call(val);
  enabled = val;
}