BooleanSetting constructor

const BooleanSetting({
  1. bool? enable,
})

Implementation

const BooleanSetting({this.enable});