flutter_desktop_cursor

Last updated:

0 purchases

flutter_desktop_cursor Image
flutter_desktop_cursor Images
Add to Cart

Description:

flutter desktop cursor

support resize cursors for macOS. #

resizeUpLeftDownRight
resizeUpRightDownLeft
resizeUpLeft
resizeUpRight
resizeDownLeft
resizeDownRight

samples #
MouseRegion(
cursor: FlutterDesktopCursors.resizeUpLeft,
child: Container(
width: 100,
height: 100,
child: const Center(child: Text('resizeUpLeft')),
),
)
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.