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})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited