$FespSwitchBuilderData constructor

const $FespSwitchBuilderData({
  1. bool value = false,
  2. void onChanged(
    1. bool value
    )?,
  3. void onFocusChange(
    1. bool value
    )?,
})

Implementation

const $FespSwitchBuilderData({
  this.value = false,
  this.onChanged,
  this.onFocusChange,
});