MinimalPersianCalendar class

Constructors

MinimalPersianCalendar()

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

pickDay({required BuildContext context, required OnPickDate? onSubmit, DateTime? initialDate, double? borderRadius, Color? primaryColor, Color? onPrimaryColor, Color? background, TextStyle? titleTextStyle, TextStyle? titleSelectedTextStyle, TextStyle? dateTextStyle, TextStyle? dateSelectedTextStyle, TextStyle? submitTextStyle, TextStyle? cancelTextStyle, String? submitTitle, String? cancelTitle, bool? showTodayBanner, TextStyle? todayTitleBannerTextStyle, TextStyle? todayDateBannerTextStyle, bool? useGoToTodayButton, String? goTitle, TextStyle? goTextStyle}) → void
pickFullDate({required BuildContext context, required OnPickDate? onSubmit, DateTime? initialDate, int? maxYear, int? minYear, double? borderRadius, Color? primaryColor, Color? onPrimaryColor, Color? background, TextStyle? titleTextStyle, TextStyle? titleSelectedTextStyle, TextStyle? dateTextStyle, TextStyle? dateSelectedTextStyle, TextStyle? submitTextStyle, TextStyle? cancelTextStyle, String? submitTitle, String? cancelTitle, bool? showTodayBanner, TextStyle? todayTitleBannerTextStyle, TextStyle? todayDateBannerTextStyle, bool? useGoToTodayButton, String? goTitle, TextStyle? goTextStyle}) → void
pickMonthAndDay({required BuildContext context, required OnPickDate? onSubmit, DateTime? initialDate, double? borderRadius, Color? primaryColor, Color? onPrimaryColor, Color? background, TextStyle? titleTextStyle, TextStyle? titleSelectedTextStyle, TextStyle? dateTextStyle, TextStyle? dateSelectedTextStyle, TextStyle? submitTextStyle, TextStyle? cancelTextStyle, String? submitTitle, String? cancelTitle, bool? showTodayBanner, TextStyle? todayTitleBannerTextStyle, TextStyle? todayDateBannerTextStyle, bool? useGoToTodayButton, String? goTitle, TextStyle? goTextStyle}) → void
pickYearAndMonth({required BuildContext context, required OnPickDateWithoutDay? onSubmit, DateTime? initialDate, int? maxYear, int? minYear, double? borderRadius, Color? primaryColor, Color? onPrimaryColor, Color? background, TextStyle? titleTextStyle, TextStyle? titleSelectedTextStyle, TextStyle? dateTextStyle, TextStyle? dateSelectedTextStyle, TextStyle? submitTextStyle, TextStyle? cancelTextStyle, String? submitTitle, String? cancelTitle, bool? showTodayBanner, TextStyle? todayTitleBannerTextStyle, TextStyle? todayDateBannerTextStyle, bool? useGoToTodayButton, String? goTitle, TextStyle? goTextStyle}) → void