This commit is contained in:
@@ -235,7 +235,7 @@ class DateRangePickerFieldOutlined extends StatefulWidget {
|
||||
final String? errorText;
|
||||
|
||||
const DateRangePickerFieldOutlined({
|
||||
Key? key,
|
||||
super.key,
|
||||
this.label,
|
||||
this.placeholder = 'Pilih rentang tanggal',
|
||||
this.startDate,
|
||||
@@ -246,7 +246,7 @@ class DateRangePickerFieldOutlined extends StatefulWidget {
|
||||
this.primaryColor = AppColor.primary,
|
||||
this.enabled = true,
|
||||
this.errorText,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
State<DateRangePickerFieldOutlined> createState() =>
|
||||
|
||||
Reference in New Issue
Block a user