TTableStyling class

Constructors

TTableStyling({TextStyle? headerTextStyle, EdgeInsets? headerPadding, Decoration? headerDecoration, EdgeInsets? contentPadding, TCardStyle? cardStyle, TRowStyle? rowStyle, TextStyle? cardLabelStyle, TextStyle? cardValueStyle, TextStyle? rowTextStyle})
const

Properties

cardLabelStyle TextStyle?
final
cardStyle TCardStyle?
final
cardValueStyle TextStyle?
final
contentPadding EdgeInsets?
final
hashCode int
The hash code for this object.
no setterinherited
headerDecoration Decoration?
final
headerPadding EdgeInsets?
final
headerTextStyle TextStyle?
final
rowStyle TRowStyle?
final
rowTextStyle TextStyle?
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