BoolChangedState constructor

const BoolChangedState({
  1. required bool value,
})

Implementation

const BoolChangedState({required super.value});