mouseCursor property

MaterialStateProperty<MouseCursor?>? mouseCursor
final

The cursor for a mouse pointer when it enters or is hovering over this menu's InkWell.

Implementation

final MaterialStateProperty<MouseCursor?>? mouseCursor;