CalendarCellStyle class

Inheritance

Constructors

CalendarCellStyle({TextStyle? maxLineCountTextStyle, TextStyle? maxPointCountTextStyle, Border? border, Color? color, EdgeInsets? padding, TextStyle? textStyle})

Properties

alignment Alignment?
getter/setter pairinherited
border Border?
getter/setter pairinherited
borderRadius BorderRadius?
getter/setter pairinherited
color Color?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
maxLineCountTextStyle TextStyle?
getter/setter pair
maxPointCountTextStyle TextStyle?
getter/setter pair
padding EdgeInsets?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAlign TextAlign?
getter/setter pairinherited
textStyle TextStyle?
getter/setter pairinherited

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