PointerDecoration class

Constructors

PointerDecoration({double width = 130.0, double height = 3.0, Color largeColor = const Color(0xFF898989), Color mediumColor = const Color(0xFFC5C5C5), Color smallColor = const Color(0xFFF0F0F0), double gap = 30.0})
const

Properties

gap double
Gap by Pointer Location.
final
hashCode int
The hash code for this object.
no setterinherited
height double
If non-null, requires the child to have exactly this height.
final
largeColor Color
The color of the large pointer.
final
mediumColor Color
The color of the medium pointer.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smallColor Color
The color of the small pointer.
final
width double
If non-null, requires the child to have exactly this Width.
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