ScreenVisibility constructor Null safety

ScreenVisibility(
  1. bool value
)

Implementation

ScreenVisibility(bool value) : super(value);