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