getRowStyle static method

String getRowStyle(
  1. MsTable table,
  2. List<Styles> stylesList,
  3. bool isFirstRow,
  4. bool isLastRow,
)

Function for getting row styles

Implementation

static String getRowStyle(MsTable table, List<Styles> stylesList, bool isFirstRow, bool isLastRow) {
  String tableStyle = "";

  return tableStyle;
}