ChartGroupBarSettings class

A collection of values for settings in group bars.

Constructors

ChartGroupBarSettings({double paddingBetweenItems = 2.0, BorderRadius radius = BorderRadius.zero, double thickness = 4.0})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
paddingBetweenItems double
The padding between items of group bars.
final
radius BorderRadius
The radius of group bars.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thickness double
The thickness of group bars.
final

Methods

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