MyoroPieGraphStyle class

Style model of MyoroPieGraph.

Implementers
Annotations

Constructors

MyoroPieGraphStyle.new({Color? itemColor, double? itemRadius})
const
MyoroPieGraphStyle.fake()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
itemColor Color?
Default color of an item.
final
itemRadius double?
Default itemRadius (aka height) of an item.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self MyoroPieGraphStyle
no setterinherited

Methods

copyWith({Color? itemColor, bool itemColorProvided = true, double? itemRadius, bool itemRadiusProvided = true}) MyoroPieGraphStyle
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