props property

  1. @override
List<Object?> get props

Implementation

@override
get props => [
      table,
      tableHead,
      tableBody,
      tableBorder,
      tableRowDecoration,
      tableRowDecorationAlternating,
      tableCellPadding,
      tableColumnWidth,
    ];