VxDarkModeButton constructor

const VxDarkModeButton({
  1. Key? key,
  2. ButtonStyle? style,
  3. bool showSelectedIcon = false,
  4. bool showSingleIcon = false,
})

Implementation

const VxDarkModeButton(
    {super.key,
    this.style,
    this.showSelectedIcon = false,
    this.showSingleIcon = false});