MoonChartLineStyleUIModel class
- Inheritance
-
- Object
- MoonChartStyle
- MoonChartLineStyleUIModel
Constructors
- MoonChartLineStyleUIModel({required Color lineColor, required Color unSelectedCircleColor, required double unSelectedCircleRadius, required Color selectedCircleColor, required double selectedCircleRadius, required double lineWidth, required Duration animationDuration, required double touchAreaWidth, required double itemBetweenPadding})
-
const
- MoonChartLineStyleUIModel.fromDefault()
-
const
Properties
- animationDuration → Duration
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setteroverride
- itemBetweenPadding → double
-
finalinherited
- lineColor → Color
-
final
- lineWidth → double
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedCircleColor → Color
-
final
- selectedCircleRadius → double
-
final
- touchAreaWidth → double
-
finalinherited
- unSelectedCircleColor → Color
-
final
- unSelectedCircleRadius → double
-
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.
override