TIndicator class

A simple class to represent an indicator for a slider or gauge.

Constructors

TIndicator.new({required double? value, Color? color, String? tooltip, Widget? child, Offset offset = Offset.zero})
Construct a TIndicator with the given value.

Properties

child Widget?
The child widget to display inside the indicator.
final
color Color?
The color of the indicator.
final
hashCode int
The hash code for this object.
no setterinherited
offset Offset
The offset to apply to the indicator position.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tooltip String?
The tooltip text to display when hovering over the indicator.
final
value double?
The value of the indicator.
final

Methods

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

Operators

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