GlamourTableStyle constructor

const GlamourTableStyle({
  1. GlamourBlockStyle style = const GlamourBlockStyle(),
  2. String? centerSeparator,
  3. String? columnSeparator,
  4. String? rowSeparator,
})

Implementation

const GlamourTableStyle({
  this.style = const GlamourBlockStyle(),
  this.centerSeparator,
  this.columnSeparator,
  this.rowSeparator,
});