DateRemindWidgetStyle constructor
const
DateRemindWidgetStyle({
- Color? eventsBorderColour,
- Color? holidayBorderColour,
- Radius borderRadius = const Radius.circular(5),
- double borderWidth = 3,
- Color? backgroundColour,
- TextStyle titleStyle = const TextStyle(fontSize: 28, fontWeight: FontWeight.bold),
- TextStyle descStyle = const TextStyle(fontSize: 16, fontWeight: FontWeight.w300),
- TextStyle durationStyle = const TextStyle(fontSize: 18, fontWeight: FontWeight.normal),
Create theme data for DateRemindWidget
Implementation
const DateRemindWidgetStyle(
{this.eventsBorderColour,
this.holidayBorderColour,
this.borderRadius = const Radius.circular(5),
this.borderWidth = 3,
this.backgroundColour,
this.titleStyle =
const TextStyle(fontSize: 28, fontWeight: FontWeight.bold),
this.descStyle =
const TextStyle(fontSize: 16, fontWeight: FontWeight.w300),
this.durationStyle =
const TextStyle(fontSize: 18, fontWeight: FontWeight.normal)});