FespSwitch constructor

const FespSwitch({
  1. Key? key,
  2. FespSwitchData data = const FespSwitchData(),
})

Implementation

const FespSwitch({
  super.key,
  this.data = const FespSwitchData(),
});