AxisLine class
Constructors
-
AxisLine({bool show = true, AxisSymbol symbol = AxisSymbol.none, Size symbolSize = const Size(10, 15), Offset symbolOffset = Offset.zero, MainTick? tick, LineStyle style = const LineStyle(color: Colors.black45, smooth: false), StyleFun2<
DynamicData, DynamicData, LineStyle> ? styleFun, StyleFun2<DynamicData, DynamicData, MainTick> ? tickFun}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- show → bool
-
final
- style → LineStyle
-
final
-
styleFun
→ StyleFun2<
DynamicData, DynamicData, LineStyle> ? -
final
- symbol → AxisSymbol
-
final
- symbolOffset → Offset
-
final
- symbolSize → Size
-
final
- tick → MainTick?
-
Tick 相关
final
-
tickFun
→ StyleFun2<
DynamicData, DynamicData, MainTick> ? -
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