CursorStyle class Customization

Constructors

CursorStyle({Color? color, bool hide = false, double width = 2.0})
const

Properties

color Color?
Color of the cursor
final
hashCode int
The hash code for this object.
no setterinherited
hide bool
Hide or not the cursor
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
Width of the cursor
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.
inherited