KeyboardSwitch.builder constructor
const
KeyboardSwitch.builder(
- Widget builder(
- BuildContext context,
- bool isOpen
- Key? key,
Renders the widget returned by builder, which receives the current isOpen
state of the keyboard.
Implementation
const KeyboardSwitch.builder(this.builder, {super.key}) : open = null, closed = null;