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)})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited