XBCalendarDisplay class
Constructors
- XBCalendarDisplay({TextStyle? textStyleTitle, TextStyle? textStyleDoneBtn, TextStyle? textStyleScrollDate, double? dDoneBtnRadius, double? dDoneBtnHeight, Color? colorDoneBtnBg, Color? colorSelectedDateText, Color? colorSelectedDateBg, Color? colorTodayText, Color? colorSelectedTodayText, Color? colorInRangeDateText, Color? colorInRangeDateBg, Color? colorMark, Color? colorMarkSelected, Color? colorMarkInRange, Color? colorHMSUnit, double? dMarkSize, double? dDayRowGap, double? dDayHeight, double? dDayRadius})
Properties
- colorDoneBtnBg → Color?
-
final
- colorHMSUnit → Color?
-
final
- colorInRangeDateBg → Color?
-
final
- colorInRangeDateText → Color?
-
final
- colorMark → Color?
-
final
- colorMarkInRange → Color?
-
final
- colorMarkSelected → Color?
-
final
- colorSelectedDateBg → Color?
-
final
- colorSelectedDateText → Color?
-
final
- colorSelectedTodayText → Color?
-
final
- colorTodayText → Color?
-
final
- dDayHeight → double?
-
final
- dDayRadius → double?
-
final
- dDayRowGap → double?
-
final
- dDoneBtnHeight → double?
-
final
- dDoneBtnRadius → double?
-
final
- dMarkSize → double?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textStyleDoneBtn → TextStyle?
-
final
- textStyleScrollDate → TextStyle?
-
final
- textStyleTitle → TextStyle?
-
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