menu
arcane_jaspr package
documentation
component/dialog/date_range.dart
DialogDateRange
DialogDateRange.new const constructor
DialogDateRange.new const constructor
dark_mode
light_mode
DialogDateRange
constructor
const
DialogDateRange
(
{
required
String
title
,
required
void
onConfirm
(
DateRange
?
),
DateRange
?
value
,
Key
?
key
,
})
Implementation
const DialogDateRange({ required this.title, required this.onConfirm, this.value, super.key, });
arcane_jaspr package
documentation
component/dialog/date_range
DialogDateRange
DialogDateRange.new const constructor
DialogDateRange class