DateHeaderStyle class

Defines visual properties for DateHeader.

See also:

Annotations

Constructors

DateHeaderStyle(BuildContext context, DateTime date, {String? tooltip, EdgeInsetsGeometry? padding, bool? showWeekdayIndicator, double? indicatorSpacing, bool? showDateIndicator})
factory
DateHeaderStyle.raw({required String tooltip, required EdgeInsetsGeometry padding, required bool showWeekdayIndicator, required double indicatorSpacing, required bool showDateIndicator})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
indicatorSpacing double
final
padding EdgeInsetsGeometry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showDateIndicator bool
final
showWeekdayIndicator bool
final
tooltip String
final

Methods

copyWith({String? tooltip, EdgeInsetsGeometry? padding, bool? showWeekdayIndicator, double? indicatorSpacing, bool? showDateIndicator}) DateHeaderStyle
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