TTableDecoration class

Constructors

TTableDecoration({double mobileBreakpoint = 768, double? cardWidth, bool showStaggeredAnimation = true, Duration animationDuration = const Duration(milliseconds: 1200), bool forceCardStyle = false, TTableStyling? styling, bool shrinkWrap = true, double? minWidth, double? maxWidth, bool showScrollbars = true})
const

Properties

animationDuration Duration
final
cardWidth double?
final
forceCardStyle bool
final
hashCode int
The hash code for this object.
no setterinherited
maxWidth double?
final
minWidth double?
final
mobileBreakpoint double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showScrollbars bool
final
showStaggeredAnimation bool
final
shrinkWrap bool
final
styling TTableStyling?
final

Methods

copyWith({double? mobileBreakpoint, double? cardWidth, bool? showStaggeredAnimation, Duration? animationDuration, bool? forceCardStyle, TTableStyling? styling, bool? shrinkWrap, double? minWidth, double? maxWidth, bool? showScrollbars}) TTableDecoration
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