WeekIndicatorStyle class
Defines visual properties for WeekIndicator.
See also:
- TimetableThemeData, which bundles the styles for all Timetable widgets.
- Annotations
Constructors
-
WeekIndicatorStyle(BuildContext context, Week week, {String? tooltip, Decoration? decoration, EdgeInsetsGeometry? padding, TextStyle? textStyle, List<
String> ? labels}) -
factory
-
WeekIndicatorStyle.raw({required String tooltip, required Decoration decoration, required EdgeInsetsGeometry padding, required TextStyle textStyle, required List<
String> labels}) -
const
Properties
- decoration → Decoration
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
labels
→ List<
String> -
final
- padding → EdgeInsetsGeometry
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textStyle → TextStyle
-
final
- tooltip → String
-
final
Methods
-
copyWith(
{String? tooltip, Decoration? decoration, EdgeInsetsGeometry? padding, TextStyle? textStyle, List< String> ? labels}) → WeekIndicatorStyle -
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.
override