VBannerStyle class
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
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