virtual_keyboard
virtual_keyboard copied to clipboard
Fix builder parameter
The builder parameter passed to the widget ignored since it's not being copied to the state. This tiny pull request fixes it.
Btw, is there a reason for copying the attributes to the state instead of just referencing the widget attributes directly via widget.builder
?