MyoroBarGraphBar class

Bar of a MyoroBarGraphGroup.

Annotations
  • @myoroModel

Constructors

MyoroBarGraphBar.new({required double y, Color? color, List<MyoroBarGraphBarSection> barSections = const []})
const
MyoroBarGraphBar.fake()

Properties

barSections List<MyoroBarGraphBarSection>
Bar sections (for multi-colored bars).
final
color Color?
Color of the bar;.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self MyoroBarGraphBar
no setterinherited
y double
Position of the bar on the y axis.
final

Methods

copyWith({double? y, Color? color, bool colorProvided = true, List<MyoroBarGraphBarSection>? barSections}) MyoroBarGraphBar
inherited
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