currentPattern property

String get currentPattern

Implementation

String get currentPattern => _currentPattern == null ? switch(column){
  1=>PT_COLUMN_ONE,2=>PT_COLUMN_TWO,3=>PT_COLUMN_THREE,4=>PT_COLUMN_FOUR,5=>PT_COLUMN_FIVE,_=>PT_CELL_ABOVE_5
} : (currentPatternNullable == PT_FULLSCREEN ? switch(column){
  1=>PT_FULL_ONE,2=>PT_FULL_TWO,3=>PT_FULL_THREE,4=>PT_FULL_FOUR,5=>PT_FULL_FIVE,_=>PT_FULLSCREEN
} : currentPatternNullable!);