TTableDecoration class
Constructors
- TTableDecoration({double mobileBreakpoint = 768, double? cardWidth, bool showStaggeredAnimation = true, Duration animationDuration = const Duration(milliseconds: 1200), bool forceCardStyle = false, TTableStyle style = const TTableStyle(), bool showScrollbars = true, int paginationTotalVisible = 9})
-
const
Properties
- animationDuration → Duration
-
final
- cardWidth → double?
-
final
- forceCardStyle → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mobileBreakpoint → double
-
final
- paginationTotalVisible → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showScrollbars → bool
-
final
- showStaggeredAnimation → bool
-
final
- style → TTableStyle
-
final
Methods
-
copyWith(
{double? mobileBreakpoint, double? cardWidth, bool? showStaggeredAnimation, Duration? animationDuration, bool? forceCardStyle, TTableStyle? style, 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