BasicAllDayEventWidgetStyle class

Defines visual properties for BasicAllDayEventWidget.

Annotations

Constructors

BasicAllDayEventWidgetStyle(BuildContext context, BasicEvent event, {EdgeInsetsGeometry? margin, AllDayEventBorderRadii? radii, EdgeInsetsGeometry? padding, TextStyle? textStyle})
factory
BasicAllDayEventWidgetStyle.raw({required EdgeInsetsGeometry margin, required AllDayEventBorderRadii radii, required EdgeInsetsGeometry padding, required TextStyle textStyle})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
margin EdgeInsetsGeometry
final
padding EdgeInsetsGeometry
final
radii AllDayEventBorderRadii
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle
final

Methods

copyWith({EdgeInsetsGeometry? margin, AllDayEventBorderRadii? radii, EdgeInsetsGeometry? padding, TextStyle? textStyle}) BasicAllDayEventWidgetStyle
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.
override