GlamourTableStyle constructor
const
GlamourTableStyle({
- GlamourBlockStyle style = const GlamourBlockStyle(),
- String? centerSeparator,
- String? columnSeparator,
- String? rowSeparator,
Implementation
const GlamourTableStyle({
this.style = const GlamourBlockStyle(),
this.centerSeparator,
this.columnSeparator,
this.rowSeparator,
});