VisibleWidget constructor

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

Implementation

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