TimeSlotSelectorStyle class

Inheritance

Constructors

TimeSlotSelectorStyle({TextStyle? titleStyle, TextStyle? slotTextStyle, Color? slotBackgroundColor, Color? selectedSlotBackgroundColor, TextStyle? selectedSlotTextStyle, double? width, double? height, Color? background, BoxBorder? border, double? borderRadius, Gradient? gradient})

Properties

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
borderRadiusGeometry BorderRadiusGeometry?
borderRadiusGeometry
finalinherited
elevation double?
elevation
finalinherited
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
selectedSlotBackgroundColor Color?
selectedSlotBackgroundColor sets background color to the selected slot
final
selectedSlotTextStyle TextStyle?
selectedSlotTextStyle sets style to the selected slot text
final
slotBackgroundColor Color?
slotBackgroundColor sets background color to the default slot
final
slotTextStyle TextStyle?
slotTextStyle sets style to the default slot text
final
titleStyle TextStyle?
titleStyle sets style to the title
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