BrickListItem.transparent constructor
Constructs a BrickListItem with transparent _wallColor
and _brickColor
.
Implementation
BrickListItem.transparent({List<Widget> widgets})
: _widgets = widgets,
_wallColor = Colors.transparent,
_brickColor = Colors.transparent;