SimpleRadialGauge class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- SimpleRadialGauge
Constructors
- SimpleRadialGauge({required double actualValue, required double maxValue, double minValue = 0, Text? title, TitlePosition titlePosition = TitlePosition.top, String? unit, Widget? icon, Color pointerColor = Colors.blue, int decimalPlaces = 0, bool isAnimate = true, int animationDuration = kDefaultAnimationDuration, double size = 200, Key? key})
-
Creates a simple Gauge.
const
Properties
- actualValue → double
-
Sets the actual value of the gauge.
final
- animationDuration → int
-
Sets a duration in milliseconds to control the speed of the animation.
final
- decimalPlaces → int
-
Controls how much decimal places will be shown for the actualValue and maxValue.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → Widget?
-
Sets the icon in the center of the gauge.
Typically an Icon widget.
final
- isAnimate → bool
-
Toggle on and off animation.
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- maxValue → double
-
Sets the maximum value of the gauge.
final
- minValue → double
-
Sets the minimum value of the gauge.
final
- pointerColor → Color
-
Sets the pointer color of the gauge.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → double
-
Sets the height and width of the gauge.
final
- title → Text?
-
Sets the title of the gauge.
final
- titlePosition → TitlePosition
-
Sets the position of the title.
final
- unit → String?
-
Sets the unit of the actualValue and maxValue.
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< SimpleRadialGauge> -
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