QuickViewStyle class

A class representing styling options for a Quick View widget.

The QuickViewStyle class defines various style properties that can be used to customize the appearance of a Quick View widget.

Inheritance

Constructors

QuickViewStyle({TextStyle? titleStyle, Color? closeIconTint, Color? leadingBarTint, double? leadingBarWidth, TextStyle? subtitleStyle, double? width, double? height, Color? background, BoxBorder? border, double? borderRadius, Gradient? gradient})
const

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
closeIconTint Color?
The color of the close icon in the Quick View.
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
leadingBarTint Color?
The color of the leading bar in the Quick View.
final
leadingBarWidth double?
The width of the leading bar in the Quick View.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitleStyle TextStyle?
The text style for the subtitle in the Quick View.
final
titleStyle TextStyle?
The text style for the title in the Quick View.
final
width double?
width provides width to the widget
finalinherited

Methods

merge(QuickViewStyle mergeWith) QuickViewStyle
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