Skip to content

Commit 5dd44bd

Browse files
committed
FLUT-3278 - Images added and main dart modified
1 parent 09dda3a commit 5dd44bd

File tree

5 files changed

+4
-0
lines changed

5 files changed

+4
-0
lines changed

ScreenShot/CenturyView.png

100 KB
Loading

ScreenShot/DecadeView.png

89.6 KB
Loading

ScreenShot/MonthView.png

83.3 KB
Loading
File renamed without changes.

lib/main.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ class Background_Image extends StatelessWidget {
2727
backgroundColor: Colors.transparent,
2828
monthCellStyle: DateRangePickerMonthCellStyle(
2929
textStyle: TextStyle(color: Colors.white)),
30+
yearCellStyle: DateRangePickerYearCellStyle(
31+
textStyle: TextStyle(color: Colors.white),
32+
leadingDatesTextStyle: TextStyle(color: Colors.white),
33+
disabledDatesTextStyle: TextStyle(color: Colors.white)),
3034
)),
3135
),
3236
)));

0 commit comments

Comments
 (0)