CalendarIconsStyle class

Constructors

CalendarIconsStyle({Widget createIcon = const Icon(Icons.add), Widget titlePrevIcon = const Icon(Icons.chevron_left), Widget titleNextIcon = const Icon(Icons.chevron_right), Widget overviewPrevIcon = const Icon(Icons.chevron_left), Widget overviewNextIcon = const Icon(Icons.chevron_right), Widget closeDropdownIcon = const Icon(Icons.arrow_drop_up_rounded), Widget openDropdownIcon = const Icon(Icons.arrow_drop_down_rounded), Widget modalBottomActionsIcon = const Icon(Icons.link), Widget modalCloseIcon = const Icon(Icons.close), Widget modalEditIcon = const Icon(Icons.edit), Widget modalDeleteIcon = const Icon(Icons.delete)})
const

Properties

closeDropdownIcon Widget
final
createIcon Widget
final
hashCode int
The hash code for this object.
no setterinherited
modalBottomActionsIcon Widget
final
modalCloseIcon Widget
final
modalDeleteIcon Widget
final
modalEditIcon Widget
final
openDropdownIcon Widget
final
overviewNextIcon Widget
final
overviewPrevIcon Widget
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleNextIcon Widget
final
titlePrevIcon Widget
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