TimetableLocalizations class abstract
Contains localized strings for Timetable widgets in one locale.
See also:
- TimetableLocalizationsDelegate, which makes localization info available to Timetable widgets.
Constructors
- TimetableLocalizations()
-
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
Methods
-
allDayOverflow(
int overflowCount) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
weekLabels(
Week week) → List< String> -
weekOfYear(
Week week) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
of(
BuildContext context) → TimetableLocalizations