mouseCursor method
The cursor for a mouse pointer when it enters or is hovering over the button
Equivalent to
IconButton(
mouseCursor: input
)
Implementation
NikuIconButton mouseCursor(MouseCursor click) {
this._mouseCursor = click;
return this;
}