Add label to IconButton
Equivalent to
TextButton.icon( label: input );
NikuButton label(Widget label) { this._label = label; return this; }