mirror of
https://github.com/Iconica-Development/flutter_date_time_picker.git
synced 2025-05-18 18:33:49 +02:00
fix: dart format
This commit is contained in:
parent
b0dea5e49b
commit
b61b24aa40
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ class WeekDateTimePicker extends StatelessWidget {
|
||||||
date.daysOfWeek().elementAt(index),
|
date.daysOfWeek().elementAt(index),
|
||||||
)
|
)
|
||||||
.toUpperCase()[0],
|
.toUpperCase()[0],
|
||||||
style: dateTimePickerConfiguration.theme.baseTheme.textStyle,
|
style:
|
||||||
|
dateTimePickerConfiguration.theme.baseTheme.textStyle,
|
||||||
),
|
),
|
||||||
const Spacer(),
|
const Spacer(),
|
||||||
Container(
|
Container(
|
||||||
|
|
Loading…
Reference in a new issue