BodySettings class

This contains calendar body settings to customize body color

Constructors

BodySettings({Color titleBGColor = Colors.grey, Color backgroundColor = Colors.grey, double height = 60, double? radius})
customizable body-cell height

Properties

backgroundColor Color
to customize body color
final
hashCode int
The hash code for this object.
no setterinherited
height double
customize radius of body cells
final
radius double?
default value is grey
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleBGColor Color
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