SchedulerBubbleStyle class

Inheritance

Constructors

SchedulerBubbleStyle({AvatarStyle? avatarStyle, TextStyle? suggestedTimeTextStyle, Color? suggestedTimeBackground, BoxBorder? suggestedTimeBorder, ButtonElementStyle? scheduleButtonStyle, TextStyle? titleTextStyle, TextStyle? summaryTextStyle, TextStyle? durationTextStyle, Color? calendarSelectedDayBackgroundColor, Color? calendarSelectedDayTint, TextStyle? calendarWeekdayTextStyle, TextStyle? goalCompletionTextStyle, double? width, double? height, Color? background, BoxBorder? border, double? borderRadius, Gradient? gradient})

Properties

avatarStyle AvatarStyle?
avatarStyle is a object of AvatarStyle which is used to set the style for the avatar in the scheduler bubble
final
background Color?
background provides background color to the widget
finalinherited
border BoxBorder?
border provides border around the widget
finalinherited
borderRadius double?
borderRadius provides radius to the border around the widget
finalinherited
calendarSelectedDayBackgroundColor Color?
calendarSelectedDayBackgroundColor is a object of Color which is used to set the background color for the selected day in the calendar
final
calendarSelectedDayTint Color?
calendarSelectedDayTint is a object of Color which is used to set the tint color for the selected day in the calendar
final
calendarWeekdayTextStyle TextStyle?
calendarWeekdayTextStyle is a object of TextStyle which is used to set the style for the weekday text in the calendar
final
durationTextStyle TextStyle?
durationTextStyle is a object of TextStyle which is used to set the style for the scheduler duration text in the scheduler bubble
final
goalCompletionTextStyle TextStyle?
Style options for the goal completion text within the scheduler bubble.
final
gradient Gradient?
gradient provides (background) gradient to the widget
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height double?
height provides height to the widget
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleButtonStyle ButtonElementStyle?
scheduleButtonStyle is a object of ButtonElementStyle which is used to set the style for the schedule button in the scheduler bubble
final
suggestedTimeBackground Color?
suggestedTimeBackground is a object of Color which is used to set the background color for the suggested time text in the scheduler bubble
final
suggestedTimeBorder BoxBorder?
suggestedTimeBorder is a object of BoxBorder which is used to set the border for the suggested time text in the scheduler bubble
final
suggestedTimeTextStyle TextStyle?
suggestedTimeTextStyle is a object of TextStyle which is used to set the style for the suggested time text in the scheduler bubble
final
summaryTextStyle TextStyle?
summaryTextStyle is a object of TextStyle which is used to set the style for the summary text in the scheduler bubble
final
titleTextStyle TextStyle?
titleTextStyle is a object of TextStyle which is used to set the style for the title text in the scheduler bubble
final
width double?
width provides width to the widget
finalinherited

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