FespSwitch constructor
const
FespSwitch({
- Key? key,
- FespSwitchData data = const FespSwitchData(),
Implementation
const FespSwitch({
super.key,
this.data = const FespSwitchData(),
});