Sets the visibility of the background grid to val.
val
@override void setGridVisible(bool isVisible) { setState(() => isGridVisible = isVisible); }