update datepicker widget that it can be reused with different name
This commit is contained in:
@@ -701,6 +701,7 @@ class _AddCamMainState extends State<AddCamMain> {
|
||||
onDateChanged: (value) {
|
||||
datum = value;
|
||||
},
|
||||
name: AppLocalizations.of(context)!.pickDate,
|
||||
),
|
||||
KontDat(
|
||||
initKontDat: kontDat,
|
||||
|
||||
Reference in New Issue
Block a user