GuideVisual.rect constructor
Implementation
GuideVisual.rect(Rect rect, Widget widget)
: this._(
rect,
const BoxDecoration(
color: Colors.white,
shape: BoxShape.rectangle,
),
widget);