ChartBarBeanX class
Constructors
-
ChartBarBeanX({TextSetModel? xTopTextModel, ImgSetModel? xTopImgModel, double xTopSpace = 0, required List<
ChartBarBeanXCell> beanXModels, double cellBarSpace = 0, TextSetModel? xBottomTextModel, dynamic touchBackParam})
Properties
-
beanXModels
↔ List<
ChartBarBeanXCell> -
getter/setter pair
- cellBarSpace ↔ double
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- touchBackParam ↔ dynamic
-
getter/setter pair
- xBottomTextModel ↔ TextSetModel?
-
getter/setter pair
- xTopImgModel ↔ ImgSetModel?
-
getter/setter pair
- xTopSpace ↔ double
-
getter/setter pair
- xTopTextModel ↔ TextSetModel?
-
getter/setter pair
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