TTableStyle class

Constructors

TTableStyle({Decoration? headerDecoration, EdgeInsets headerPadding = const EdgeInsets.symmetric(horizontal: 8, vertical: 12), TextStyle? headerTextStyle, EdgeInsets contentPadding = const EdgeInsets.symmetric(horizontal: 8, vertical: 8), TextStyle? contentTextStyle, TCardStyle cardStyle = const TCardStyle(), TRowStyle rowStyle = const TRowStyle()})
const

Properties

cardStyle TCardStyle
final
contentPadding EdgeInsets
final
contentTextStyle TextStyle?
final
hashCode int
The hash code for this object.
no setterinherited
headerDecoration Decoration?
final
headerPadding EdgeInsets
final
headerTextStyle TextStyle?
final
rowStyle TRowStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getContentTextStyle(ColorScheme colors) TextStyle
getHeaderStyle(ColorScheme colors) TextStyle
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