TableStyle constructor

const TableStyle({
  1. bool? border,
  2. BorderStyle? borderStyle,
})

Implementation

const TableStyle({this.border, this.borderStyle});