WidgetDecoration class

Description of how to paint a Thumbnail.

Constructors

WidgetDecoration({Color? backgroundColor, Color? textColor, Color? iconColor, double? wrapperSize, Color? wrapperBgColor})
constructor

Properties

backgroundColor Color?
Color to fill in the background of the thumbnail.
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color?
Color to use when painting the icon.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color?
Color to use when painting the text.
final
wrapperBgColor Color?
Color to fill in the background of the wrapper.
final
wrapperSize double?
Size of box in which is widget wrapped
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