VBannerStyle class

Inheritance

Constructors

VBannerStyle({Color? infoBGColor, Color? infoIconColor, Color? infoHLColor, Color? warningBGColor, Color? warningIconColor, Color? warningHLColor, Color? errorBGColor, Color? errorIconColor, Color? errorHLColor, Color? successBGColor, Color? successIconColor, Color? successHLColor, double? borderRadius, Color? boxShadowColor, double? boxShadowSpreadRadius, double? boxShadowBlurRadius, Offset? boxShadowOffset, EdgeInsets? margin, EdgeInsets? contentPadding, EdgeInsets? iconPadding, EdgeInsets? bannerPadding, TextStyle? titleTextStyle, TextStyle? descriptionTextStyle})
const

Properties

bannerPadding EdgeInsets?
final
borderRadius double?
final
boxShadowBlurRadius double?
final
boxShadowColor Color?
final
boxShadowOffset Offset?
final
boxShadowSpreadRadius double?
final
contentPadding EdgeInsets?
final
descriptionTextStyle TextStyle?
final
errorBGColor Color?
final
errorHLColor Color?
final
errorIconColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
iconPadding EdgeInsets?
final
infoBGColor Color?
final
infoHLColor Color?
final
infoIconColor Color?
final
margin EdgeInsets?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successBGColor Color?
final
successHLColor Color?
final
successIconColor Color?
final
titleTextStyle TextStyle?
final
type Object
The extension's type.
no setterinherited
warningBGColor Color?
final
warningHLColor Color?
final
warningIconColor Color?
final

Methods

copyWith({Color? infoBGColor, dynamic infoIconColor, dynamic infoHLColor, dynamic warningBGColor, dynamic warningIconColor, dynamic warningHLColor, dynamic errorBGColor, dynamic errorIconColor, dynamic errorHLColor, dynamic successBGColor, dynamic successIconColor, dynamic successHLColor, dynamic boxShadowColor, double? borderRadius, dynamic boxShadowSpreadRadius, dynamic boxShadowBlurRadius, Offset? boxShadowOffset, EdgeInsets? margin, dynamic contentPadding, dynamic iconPadding, dynamic bannerPadding, TextStyle? titleTextStyle, dynamic descriptionTextStyle}) VBannerStyle
Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.
override
lerp(covariant ThemeExtension<VBannerStyle>? other, double t) VBannerStyle
Linearly interpolate with another ThemeExtension object.
override
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