FormDateFieldPicker class

Class that defines a picker style for selecting dates.

日付を選択するためのピッカースタイルを定義するクラス。

Available Extensions
Annotations

Constructors

FormDateFieldPicker({DateTime? defaultDateTime, String monthSuffix = "", String daySuffix = "", String monthFormat = "MM", Color? backgroundColor, Color? color, String confirmText = "Confirm", String cancelText = "Cancel"})
Class that defines a picker style for selecting dates.
const

Properties

backgroundColor Color?
Background color of the picker.
final
cancelText String
Text of the button to cancel the picker.
final
color Color?
Foreground view of the picker.
final
confirmText String
Text of the button that confirms the picker's content.
final
daySuffix String
Suffix on day.
final
defaultDateTime DateTime?
Default value when not selected.
final
hashCode int
The hash code for this object.
no setterinherited
monthFormat String
Format of the month.
final
monthSuffix String
Suffix of the Month.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context, DateTime? currentDateTime) Future<DateTime?>
Build the picker.
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