DateRemindWidgetStyle class
Apply custom style data of DateRemindWidget
- Annotations
Constructors
- 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
const
Properties
- backgroundColour → Color?
-
Background Color for DateRemindWidget
final
- borderRadius → Radius
-
Radius for DateRemindWidget, default use
5
in Radius.circularfinal - borderWidth → double
-
Width of the border
final
- descStyle → TextStyle
-
TextStyle data of description
final
- durationStyle → TextStyle
-
TextStyle data of duration
final
- eventsBorderColour → Color?
-
A Color for BoxBorder in EventsDateRemindWidget
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- holidayBorderColour → Color?
-
A Color for BoxBorder in HolidayDateRemindWidget
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titleStyle → TextStyle
-
TextStyle data of title
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited