MouseCursor class Null safety
- Annotations
-
- @freezed
Constructors
- MouseCursor({required String kind})
-
constfactory
-
MouseCursor.fromJson(Map<
String, Object?> json) -
factory
Properties
-
copyWith
→ $MouseCursorCopyWith<
MouseCursor> -
@JsonKey(ignore: true), read-only, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited
- kind → String
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
Constants
- alias → const MouseCursor
-
MouseCursor(kind: 'alias') - allScroll → const MouseCursor
-
MouseCursor(kind: 'allScroll') - basic → const MouseCursor
-
MouseCursor(kind: 'basic') - cell → const MouseCursor
-
MouseCursor(kind: 'cell') - click → const MouseCursor
-
MouseCursor(kind: 'click') - contextMenu → const MouseCursor
-
MouseCursor(kind: 'contextMenu') - copy → const MouseCursor
-
MouseCursor(kind: 'copy') - disappearing → const MouseCursor
-
MouseCursor(kind: 'disappearing') - forbidden → const MouseCursor
-
MouseCursor(kind: 'forbidden') - grab → const MouseCursor
-
MouseCursor(kind: 'grab') - grabbing → const MouseCursor
-
MouseCursor(kind: 'grabbing') - help → const MouseCursor
-
MouseCursor(kind: 'help') - move → const MouseCursor
-
MouseCursor(kind: 'move') - noDrop → const MouseCursor
-
MouseCursor(kind: 'noDrop') - none → const MouseCursor
-
MouseCursor(kind: 'none') - precise → const MouseCursor
-
MouseCursor(kind: 'precise') - progress → const MouseCursor
-
MouseCursor(kind: 'progress') - resizeColumn → const MouseCursor
-
MouseCursor(kind: 'resizeColumn') - resizeDown → const MouseCursor
-
MouseCursor(kind: 'resizeDown') - resizeDownLeft → const MouseCursor
-
MouseCursor(kind: 'resizeDownLeft') - resizeDownRight → const MouseCursor
-
MouseCursor(kind: 'resizeDownRight') - resizeLeft → const MouseCursor
-
MouseCursor(kind: 'resizeLeft') - resizeLeftRight → const MouseCursor
-
MouseCursor(kind: 'resizeLeftRight') - resizeRight → const MouseCursor
-
MouseCursor(kind: 'resizeRight') - resizeRow → const MouseCursor
-
MouseCursor(kind: 'resizeRow') - resizeUp → const MouseCursor
-
MouseCursor(kind: 'resizeUp') - resizeUpDown → const MouseCursor
-
MouseCursor(kind: 'resizeUpDown') - resizeUpLeft → const MouseCursor
-
MouseCursor(kind: 'resizeUpLeft') - resizeUpLeftDownRight → const MouseCursor
-
MouseCursor(kind: 'resizeUpLeftDownRight') - resizeUpRight → const MouseCursor
-
MouseCursor(kind: 'resizeUpRight') - resizeUpRightDownLeft → const MouseCursor
-
MouseCursor(kind: 'resizeUpRightDownLeft') - text → const MouseCursor
-
MouseCursor(kind: 'text') - verticalText → const MouseCursor
-
MouseCursor(kind: 'verticalText') - wait → const MouseCursor
-
MouseCursor(kind: 'wait') - zoomIn → const MouseCursor
-
MouseCursor(kind: 'zoomIn') - zoomOut → const MouseCursor
-
MouseCursor(kind: 'zoomOut')