Keyboard constructor
const
Keyboard({})
Creates a Keyboard widget.
Implementation
const Keyboard({
super.key,
this.onChanged,
this.onTapCall,
this.onShown,
this.onDismissed,
});
Creates a Keyboard widget.
const Keyboard({
super.key,
this.onChanged,
this.onTapCall,
this.onShown,
this.onDismissed,
});