ToggleCursors class

Constructors

ToggleCursors({MouseCursor? defaultCursor, MouseCursor tapCursor = SystemMouseCursors.click, MouseCursor draggingCursor = SystemMouseCursors.grabbing, MouseCursor dragCursor = SystemMouseCursors.grab, MouseCursor loadingCursor = MouseCursor.defer, MouseCursor inactiveCursor = SystemMouseCursors.forbidden})
const
ToggleCursors.all(MouseCursor cursor)
const

Properties

defaultCursor MouseCursor?
MouseCursor to show when not hovering an indicator or a tappable icon.
final
dragCursor MouseCursor
MouseCursor to show when hovering the indicators.
final
draggingCursor MouseCursor
MouseCursor to show when grabbing the indicators.
final
hashCode int
The hash code for this object.
no setteroverride
inactiveCursor MouseCursor
MouseCursor to show when active is set to false.
final
loadingCursor MouseCursor
MouseCursor to show during loading.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tapCursor MouseCursor
MouseCursor to show when hovering an tappable icon.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override