virtual_keyboard icon indicating copy to clipboard operation
virtual_keyboard copied to clipboard

Fix builder parameter

Open guimeira opened this issue 4 years ago • 3 comments

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?

guimeira avatar Jun 04 '20 05:06 guimeira