CalendarText class
Constructors
- CalendarText({String createText = "Create", String week = "Week", String clickClose = "Click to Close", String overview = "Overview", String extra = "Other", String errorMessage = "an error occurred", CalendarTextWeekDays weekdays = const CalendarTextWeekDays(), CalendarTextMonths months = const CalendarTextMonths()})
-
const
Properties
- clickClose → String
-
final
- createText → String
-
final
- errorMessage → String
-
final
- extra → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- months → CalendarTextMonths
-
final
- overview → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- week → String
-
final
- weekdays → CalendarTextWeekDays
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prettyDateString(
DateTime date) → String -
prettyWeekdayString(
DateTime date) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
of(
BuildContext context) → CalendarText