props property

  1. @override
List<Object?> get props

Implementation

@override
get props => [
      textStyle,
      head,
      body,
      border,
      rowDecoration,
      rowDecorationAlternating,
      cellPadding,
      columnWidth,
    ];