Calendar class
日历坐标系
- Inheritance
-
- Object
- Coordinate
- RectCoordinate
- Calendar
Constructors
-
Calendar({SNumber leftMargin = const SNumber.number(0), SNumber topMargin = const SNumber.number(0), SNumber rightMargin = const SNumber.number(0), SNumber bottomMargin = const SNumber.number(0), SNumber? width, SNumber? height, required Pair<
DateTime> range, bool sunFirst = true, List<num?> cellSize = const [20, 20], Direction direction = Direction.horizontal, SplitLine splitLine = const SplitLine(), StyleFun<int, LabelStyle> ? weekStyleFun, StyleFun<DateTime, LabelStyle> ? dayStyleFun})
Properties
- bottomMargin → SNumber
-
finalinherited
-
cellSize
→ List<
num?> -
final
-
dayStyleFun
→ StyleFun<
DateTime, LabelStyle> ? -
final
- direction → Direction
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → SNumber?
-
finalinherited
- id → String
-
finalinherited
- leftMargin → SNumber
-
finalinherited
-
range
→ Pair<
DateTime> -
final
- rightMargin → SNumber
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- show → bool
-
finalinherited
- splitLine → SplitLine
-
final
- sunFirst → bool
-
final
- topMargin → SNumber
-
finalinherited
-
weekStyleFun
→ StyleFun<
int, LabelStyle> ? -
final
- width → SNumber?
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toLayout(
) → CoordinateLayout -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited