Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.