FlutterPluginCalendar class

日历插件

Constructors

FlutterPluginCalendar()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

getWeekDay(DateTime dateTime) String
showCalendarView(BuildContext context, {Map<String, dynamic>? dateMap, Color? selectedColor, Color? subTitleDisableColor, Color? subTitleEnableColor, Color? subTitleFutureColor, DateTime? currentDateTime, Color? titleColor, IconData? previousIconData, IconData? nextIconData, Color? iconColor, double? radius, DateFormat? format, ControlAlign? align, String? previousTitle, String? nextTitle, required dynamic onSelectedDateTime(bool, DateTime)}) → dynamic