FCalendarEntryStyle class final

A calendar entry's style.

Mixed-in types

Constructors

FCalendarEntryStyle({required Color backgroundColor, required TextStyle textStyle, required Color focusedBorderColor, required Radius radius, Color? hoveredBackgroundColor, TextStyle? hoveredTextStyle})
Creates a FCalendarEntryStyle.

Properties

backgroundColor Color
The day's background color.
final
focusedBorderColor Color
The border color when an entry is focused.
final
hashCode int
The hash code for this object.
no setteroverride
hoveredBackgroundColor Color
The hovered day's background color. Defaults to backgroundColor.
final
hoveredTextStyle TextStyle
The hovered day's text style. Defaults to textStyle.
final
radius Radius
The entry border's radius. Defaults to Radius.circular(4).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle
The day's text style.
final

Methods

copyWith({Color? backgroundColor, TextStyle? textStyle, Color? hoveredBackgroundColor, TextStyle? hoveredTextStyle, Color? focusedBorderColor, Radius? radius}) FCalendarEntryStyle
Returns a copy of this FCalendarEntryStyle but with the given fields replaced with the new values.
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

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