VisibleWidget constructor

VisibleWidget(
  1. Key key,
  2. bool show,
  3. Widget child
)

Implementation

VisibleWidget(Key key, this.show, this.child) : super(key: key);