HeaderStyle class

HeaderStyle is the styling class for each month header of the widget.

Using this style, you can add styling to your Month header widget. This class also give different text format to your Month header by using MonthFormats.

The currently available style are: titleTextStyle, monthFormat, backgroundStyle, textAlgin

Constructors

HeaderStyle({TextStyle titleTextStyle = const TextStyle(fontSize: 22, fontWeight: FontWeight.w800), MonthFormats monthFormat = MonthFormats.FULL, Decoration? backgroundStyle, TextAlign textAlgin = TextAlign.center})
const

Properties

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