CalendarHeaderChevronIconStyle class

Style of the month (week) switching icons in the calendar header.

カレンダーヘッダーの月(週)切り替えアイコンのスタイル。

Annotations

Constructors

CalendarHeaderChevronIconStyle(Widget icon, {EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding})
Style of the month (week) switching icons in the calendar header.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
icon Widget
Month (week) switching icon in the calendar header.
final
margin EdgeInsetsGeometry?
Margin for month (week) switching icon in calendar header.
final
padding EdgeInsetsGeometry?
Padding of the month (week) switching icon in the calendar header.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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