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,6=>PT_COLUMN_SIX,7=>PT_COLUMN_SEVEN,_=>PT_CELL_ABOVE_7
} : (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,6=>PT_FULL_SIX,7=>PT_FULL_SEVEN,_=>PT_FULLSCREEN
} : currentPatternNullable!);