FespTableData class

Constructors

FespTableData({dynamic emptyCell = '-', double? rowHeightByIndex(int index)?, double? colWidthByIndex(int index)?, Size gap = const Size(0, 0), List<List>? rows, Map<Object, Map<Object, Object>>? fromDict, dynamic firstCell = '-', required Widget builder(dynamic item, int x, int y)})

Properties

builder Widget Function(dynamic item, int x, int y)
final
colWidthByIndex double? Function(int index)?
final
emptyCell → dynamic
final
firstCell → dynamic
final
fromDict Map<Object, Map<Object, Object>>?
final
gap Size
final
hashCode int
The hash code for this object.
no setterinherited
horizontalMaxCount int
latefinal
rowHeightByIndex double? Function(int index)?
final
rows List<List>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verticalMaxCount int
latefinal

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

Constants

defautColWidth → const double
defautRowHeight → const double