Rect? measuredCell(int column, [int row = 1]){ if(measured){ var data = gKeyMappedValues['cell-$column-$row']; return data?.$2; } return null; }