TableConfig class

config class for TableWidget

Constructors

TableConfig({Map<int, TableColumnWidth>? columnWidths, TableColumnWidth? defaultColumnWidth, TextDirection? textDirection, TableBorder? border, TableCellVerticalAlignment? defaultVerticalAlignment, TextBaseline? textBaseline, Decoration? headerRowDecoration, Decoration? bodyRowDecoration, TextStyle? headerStyle, TextStyle? bodyStyle, TextConfig? headerTextConfig, TextConfig? bodyTextConfig, HeadChildWrapper? headChildWrapper, BodyChildWrapper? bodyChildWrapper, TableWrapper? wrapBuilder})

Properties

bodyChildWrapper BodyChildWrapper?
final
bodyRowDecoration Decoration?
final
bodyStyle TextStyle?
final
bodyTextConfig TextConfig?
final
border TableBorder?
final
columnWidths Map<int, TableColumnWidth>?
final
defaultColumnWidth TableColumnWidth?
final
defaultVerticalAlignment TableCellVerticalAlignment?
final
hashCode int
The hash code for this object.
no setterinherited
headChildWrapper HeadChildWrapper?
final
headerRowDecoration Decoration?
final
headerStyle TextStyle?
final
headerTextConfig TextConfig?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textBaseline TextBaseline?
final
textDirection TextDirection?
final
wrapBuilder TableWrapper?
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