CalendarCellDecorator class

The class model for the DayCell widget used to update the colors and styles of a single cell in a calendar

Constructors

CalendarCellDecorator({Color? color, Color? contentColor, double? height, double? width, EdgeInsets? margin, EdgeInsets? padding, BorderRadiusGeometry? borderRadius})

Properties

borderRadius BorderRadiusGeometry?
getter/setter pair
color Color?
getter/setter pair
contentColor Color?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
height double?
getter/setter pair
margin EdgeInsets?
getter/setter pair
padding EdgeInsets?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double?
getter/setter pair

Methods

copyWith({Color? color, Color? contentColor, double? height, double? width, EdgeInsets? margin, EdgeInsets? padding, BorderRadiusGeometry? borderRadius}) CalendarCellDecorator
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override