LedgerSwitch constructor
const
LedgerSwitch({})
Implementation
const LedgerSwitch({
super.key,
this.value = false,
this.enabled,
required this.trackLabel,
required this.onChanged,
required this.semanticsLabel,
this.activeColor,
this.inActiveColor,
});