flutter_desktop_cursor 0.0.1
flutter_desktop_cursor: ^0.0.1 copied to clipboard
flutter desktop cursors for macOS
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')),
),
)