EasySwitch constructor

const EasySwitch({
  1. Key? key,
})

Implementation

const EasySwitch({Key? key}) : super(key: key);