decoration property
A decoration to paint behind the child.
If provided, this will override the decoration created from className, backgroundColor, borderRadius, boxShadow, and border.
Implementation
final Decoration? decoration;
A decoration to paint behind the child.
If provided, this will override the decoration created from className, backgroundColor, borderRadius, boxShadow, and border.
final Decoration? decoration;