MonthlyCalendarThemeData class abstract

Implementers

Constructors

MonthlyCalendarThemeData()

Properties

calendarBoxDecoration BoxDecoration
getter/setter pair
calendarTableBorder TableBorder
getter/setter pair
cellAlignment Alignment
getter/setter pair
cellCurve Curve
getter/setter pair
cellDuration Duration
getter/setter pair
cellHeight double
getter/setter pair
cellWidth double
getter/setter pair
defaultCellBoxDecoration BoxDecoration
getter/setter pair
defaultCellTextStyle TextStyle
getter/setter pair
defaultColumnWidth FlexColumnWidth
getter/setter pair
defaultCurve Curve
getter/setter pair
defaultDuration Duration
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerAlignment Alignment
getter/setter pair
headerBoxConstraints BoxConstraints
getter/setter pair
headerBoxDecoration BoxDecoration
getter/setter pair
headerForegroundDecoration BoxDecoration
getter/setter pair
headerMargin EdgeInsetsGeometry
getter/setter pair
headerPadding EdgeInsetsGeometry
getter/setter pair
headerTextStyle TextStyle
getter/setter pair
otherMonthCellTextStyle TextStyle
getter/setter pair
outerCellBoxConstraints BoxConstraints
getter/setter pair
outerCellBoxDecoration BoxDecoration
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedCellBoxDecoration BoxDecoration
getter/setter pair
selectedCellTextStyle TextStyle
getter/setter pair
tableCellAlignment TableCellVerticalAlignment
getter/setter pair
textBaseline TextBaseline
getter/setter pair
textDirection TextDirection
getter/setter pair
todayCellBoxDecoration BoxDecoration
getter/setter pair
todayCellTextStyle TextStyle
getter/setter pair

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