setTableRowHeight method

Future<void> setTableRowHeight(
  1. String value
)

Implementation

Future<void> setTableRowHeight(String value) async => setValue(AppConstants.tableRowHeightKey, value);