TableStyle class

Constructors

TableStyle({double colWidth = 80, double rowHeight = 40, double colMinimumWidth = 40, double borderWidth = 2, Widget addIcon = TableDefaults.addIcon, Widget handlerIcon = TableDefaults.handlerIcon, Color borderColor = TableDefaults.borderColor, Color borderHoverColor = TableDefaults.borderHoverColor})
const

Properties

addIcon Widget
final
borderColor Color
final
borderHoverColor Color
final
borderWidth double
final
colMinimumWidth double
final
colWidth double
final
handlerIcon Widget
final
hashCode int
The hash code for this object.
no setterinherited
rowHeight double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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