VisibilityToggle constructor

const VisibilityToggle({
  1. Key? key,
  2. ValueChanged<bool>? onVisibilityChanged,
})

Implementation

const VisibilityToggle({super.key, this.onVisibilityChanged});