CalendarHeaderStyle class

Specifies the header style of the calendar.

カレンダーのヘッダースタイルを指定します。

Annotations

Constructors

CalendarHeaderStyle({CalendarHeaderChevronIconStyle? leftChevronIcon, CalendarHeaderChevronIconStyle? rightChevronIcon, TextStyle? textStyle, TextAlign textAlign = TextAlign.center, Decoration? decoration, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding})
Specifies the header style of the calendar.
const

Properties

decoration Decoration?
Specifies header decoration.
final
hashCode int
The hash code for this object.
no setterinherited
leftChevronIcon CalendarHeaderChevronIconStyle?
Specify the style of the left arrow icon.
final
margin EdgeInsetsGeometry?
Specifies the margin of the header.
final
padding EdgeInsetsGeometry?
Specifies header padding.
final
rightChevronIcon CalendarHeaderChevronIconStyle?
Specify the style of the right arrow icon.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAlign TextAlign
Specifies the placement of the header text.
final
textStyle TextStyle?
Header text style.
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