CalendarFlutterAj class

Inheritance

Constructors

CalendarFlutterAj({Key? key, required void selectedDate(DateTime), Widget? backArrow, Gradient? calenderGradient, Color? calenderSelectedDateBackgroundcolor, Color? calenderSelectedDateColor, double? calenderSelectedDateFontSize, BorderRadius? calenderSelectedDateBorderRadius, TextStyle? dayTextStyle, Widget? forwardArrow, Gradient? monthGradient, TextStyle? monthTextStyle, TextStyle? weekdaysTextStyle, Gradient? yearGradient, TextStyle? yearTextStyle, Color? calenderBackgroundColor, Color? monthBackgroundColor, Color? yearBackgroundColor, Color? calenderUnSelectedDatesColor, String? yearPopHeadingText, TextStyle? yearPopHeadingTextStyle, TextStyle? yearsListTextStyle, String? monthPopHeadingText, TextStyle? monthPopHeadingTextStyle, TextStyle? monthsListTextStyle, bool? showCalenderGradient = false, bool? showMonthGradient = false, bool? showYearGradient = false, bool? showCalenderSelectedDateBackgroundcolor = false, Color? dividerColor, Color? selectedDayColor, Widget? selectedDayWidget})
const

Properties

backArrow Widget?
final
calenderBackgroundColor Color?
final
calenderGradient Gradient?
final
calenderSelectedDateBackgroundcolor Color?
final
calenderSelectedDateBorderRadius BorderRadius?
final
calenderSelectedDateColor Color?
final
calenderSelectedDateFontSize double?
final
calenderUnSelectedDatesColor Color?
final
dayTextStyle TextStyle?
final
dividerColor Color?
final
forwardArrow Widget?
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
monthBackgroundColor Color?
final
monthGradient Gradient?
final
monthPopHeadingText String?
final
monthPopHeadingTextStyle TextStyle?
final
monthsListTextStyle TextStyle?
final
monthTextStyle TextStyle?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedDate → void Function(DateTime)
final
selectedDayColor Color?
final
selectedDayWidget Widget?
final
showCalenderGradient bool?
final
showCalenderSelectedDateBackgroundcolor bool?
final
showMonthGradient bool?
final
showYearGradient bool?
final
weekdaysTextStyle TextStyle?
final
yearBackgroundColor Color?
final
yearGradient Gradient?
final
yearPopHeadingText String?
final
yearPopHeadingTextStyle TextStyle?
final
yearsListTextStyle TextStyle?
final
yearTextStyle TextStyle?
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<CalendarFlutterAj>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
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
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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