TablerStyle class

A class for table style describing how to format.

Constructors

TablerStyle({String verticalChar = '|', String horizontalChar = '-', String junctionChar = '+', int padding = 1, TableTextAlign align = TableTextAlign.left, bool border = true})
Creates a table style.
const

Properties

align TableTextAlign
How the text should be aligned horizontally.
final
border bool
Controls whether or not a border is drawn around the table.
final
hashCode int
The hash code for this object.
no setterinherited
horizontalChar String
The character string used to draw horizontal lines.
final
junctionChar String
The character string used to draw line junctions.
final
padding int
Empty space to inscribe inside the cell.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verticalChar String
The character string used to draw vertical lines.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited