ToggleButton constructor

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

Implementation

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