Last updated:
0 purchases
g2x week calendar
g2x week calendar #
Customizable week calendar
image #
G2xSimpleWeekCalendar customizable #
strWeekDays:
Abbreviation of the days of the week, beginning with Sunday
type: List<string>
default value ["Sun","Mon","Tues","Wed","Thurs","Fri","Sat"]
format:
Format of the date displayed in the component header
type: String
default value "yyyy/MM/dd"
dateCallback:
type: typedef void
Function that returns the date
defaultTextStyle:
type: TextStyle
default value flutter
selectedTextStyle:
type: TextStyle
default value TextStyle(color: Colors.red),
selectedBackgroundDecoration:
type: BoxDecoration
default value flutter
backgroundDecoration:
type: BoxDecoration
default value flutter
copied to clipboard
MyDateTime #
class that contains the methods used on component
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.