DayOfWeekHeaderStyle class

DayOfWeekHeaderStyle is the styling class for Day of the Week widget.

Using this style, you can add styling to your Day of the week widget.

The currently available style are: padding, margin, backgroundStyle, textStyle, textAlgin

Constructors

DayOfWeekHeaderStyle({TextStyle? textStyle, EdgeInsets padding = const EdgeInsets.symmetric(vertical: 10), EdgeInsets margin = EdgeInsets.zero, Decoration backgroundStyle = const BoxDecoration(), TextAlign textAlgin = TextAlign.center})
const

Properties

backgroundStyle Decoration
final
hashCode int
The hash code for this object.
no setterinherited
margin EdgeInsets
final
padding EdgeInsets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAlgin TextAlign
final
textStyle 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