decoration property
The decoration to paint behind the child.
If decoration is null, a BoxDecoration is used with the specified color and radius. If both are null, defaults are applied.
Implementation
final BoxDecoration? decoration;
The decoration to paint behind the child.
If decoration is null, a BoxDecoration is used with the specified color and radius. If both are null, defaults are applied.
final BoxDecoration? decoration;