MuteSoundButton constructor
const
MuteSoundButton({
- Key? key,
- required Responsive responsive,
Implementation
const MuteSoundButton({Key? key, required this.responsive}) : super(key: key);