GuideVisual.rect constructor

GuideVisual.rect(
  1. Rect rect,
  2. Widget widget
)

Implementation

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