SimpleLinearGauge class

Inheritance

Constructors

SimpleLinearGauge({Key? key, required double maxValue, required double actualValue, double minValue = 0, int divisions = 10, Text title = const Text(''), TitlePosition titlePosition = TitlePosition.top, Color pointerColor = Colors.blue, Icon pointerIcon = const Icon(Icons.arrow_right_sharp, color: Colors.black), int decimalPlaces = 0, bool isAnimate = true, int animationDuration = kDefaultAnimationDuration, GaugeOrientation gaugeOrientation = GaugeOrientation.vertical, double gaugeStrokeWidth = 5.0, double rangeStrokeWidth = 5.0, double majorTickStrokeWidth = 5, double minorTickStrokeWidth = 5.0, TextStyle actualValueTextStyle = const TextStyle(color: Colors.black), TextStyle majorTickValueTextStyle = const TextStyle(color: Colors.black)})
const

Properties

actualValue double
Sets the pointer value of the gauge.
finalinherited
actualValueTextStyle TextStyle
Sets the TextStyle for the actualValue.
finalinherited
decimalPlaces int
Controls how much decimal places will be shown for the minValue,maxValue and actualValue.
finalinherited
divisions int
Sets the major divisions of the gauges.
finalinherited
gaugeOrientation GaugeOrientation
Orients the Gauge vertically or horizontally. Consider reducing the majorTickStrokeWidth and the majorTickStrokeWidth to 2.
finalinherited
gaugeStrokeWidth double
Sets the stroke width of the gauge.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isAnimate bool
Toggle on and off animation.
finalinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
majorTickStrokeWidth double
Sets the stroke width of the major ticks.
finalinherited
majorTicksValueTextStyle TextStyle
Sets the TextStyle for the majorTicksValue.
finalinherited
maxValue double
Sets the maximum value of the gauge.
finalinherited
milliseconds int
Sets a duration in milliseconds to control the speed of the animation.
finalinherited
minorTickStrokeWidth double
Sets the stroke width of the minor ticks.
finalinherited
minValue double
Sets the minimum value of the gauge.
finalinherited
pointerColor Color
Sets the color of the pointer.
finalinherited
pointerIcon Icon
Sets the pointer icon of the gauge.
finalinherited
rangeStrokeWidth double
Sets the stroke width of the ranges.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Text
Sets the title of the gauge.
finalinherited
titlePosition TitlePosition
Sets the position of the title.
finalinherited

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<SimpleLinearGauge>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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