DChartSingleBar class

used for comparisons nad progress

Inheritance

Constructors

DChartSingleBar({Key? key, Color? backgroundColor, required Color foregroundColor, BorderRadius? radius, required double value, required double max, void onBackground(double max)?, void onForground(double value)?, bool? ltr, Widget? backgroundLabel, AlignmentGeometry? backgroundLabelAlign = Alignment.centerRight, EdgeInsetsGeometry? backgroundLabelPadding = const EdgeInsets.all(0), Widget? foregroundLabel, AlignmentGeometry? foregroundLabelAlign = Alignment.centerRight, EdgeInsetsGeometry? foregroundLabelPadding = const EdgeInsets.all(0)})
const

Properties

backgroundColor Color?
set color for back side
Default: 10% opacity from foregroundColor
final
backgroundLabel Widget?
label between background and foreground
usually use widget Text/Icon
final
backgroundLabelAlign AlignmentGeometry?
default: Alignment.centerRight
final
backgroundLabelPadding EdgeInsetsGeometry?
default: const EdgeInsets.all(0)
final
foregroundColor Color
set color for front side
final
foregroundLabel Widget?
label in front of foreground
usually use widget Text/Icon
final
foregroundLabelAlign AlignmentGeometry?
default: Alignment.centerRight
final
foregroundLabelPadding EdgeInsetsGeometry?
default: const EdgeInsets.all(0)
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
ltr bool?
direction
ltr -> Left to Right
if false -> Right to Left default: true
final
max double
max value
in percentage equal to 100%
must 0 >
final
onBackground → (void Function(double max)?)
set click on background
final
onForground → (void Function(double value)?)
set click on foreground
final
radius BorderRadius?
radius for corner bar
set for back and front layer
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double
value for divide
must 0 < value <= max
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
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