changeTableRowHeight method

void changeTableRowHeight(
  1. AppTableRowHeight height
)

Implementation

void changeTableRowHeight(AppTableRowHeight height) {
  tableRowHeight.value = height;
  _storageUtils.setTableRowHeight(height.name);
}