VBannerProperties class

Constructors

VBannerProperties({double borderRadius = 0.0, double boxShadowSpreadRadius = 0.0, double boxShadowBlurRadius = 0.0, Offset boxShadowOffset = const Offset(0, 0), EdgeInsets margin = const EdgeInsets.all(0), EdgeInsets contentPadding = const EdgeInsets.fromLTRB(10, 15, 0, 0), EdgeInsets iconPadding = const EdgeInsets.fromLTRB(0, 15, 0, 0), EdgeInsets bannerPadding = const EdgeInsets.fromLTRB(24, 0, 24, 15), TextStyle? titleTextStyle, TextStyle? descriptionTextStyle, Color? boxShadowColor})

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
hashCode int
The hash code for this object.
no setterinherited
iconPadding EdgeInsets
final
margin EdgeInsets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleTextStyle TextStyle?
final

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