BrickListItem.transparent constructor

BrickListItem.transparent({List<Widget> widgets })

Constructs a BrickListItem with transparent _wallColor and _brickColor.

Implementation

BrickListItem.transparent({List<Widget> widgets})
    : _widgets = widgets,
      _wallColor = Colors.transparent,
      _brickColor = Colors.transparent;