menu
arcane package
documentation
generated/arcane_shadcn/src/components/form/object_input.dart
NullableDate
NullableDate.new constructor
NullableDate.new constructor
dark_mode
light_mode
NullableDate
constructor
NullableDate
(
{
int
?
year
,
int
?
month
,
int
?
day
,
})
Implementation
NullableDate({this.year, this.month, this.day});
arcane package
documentation
generated/arcane_shadcn/src/components/form/object_input
NullableDate
NullableDate.new constructor
NullableDate class