currentShowingX property Null safety

void currentShowingX=(String v)

Implementation

set currentShowingX(String v) {
  _current = v;
  _showingX = true;
}