pdf/src/widgets/table library
Classes
- ColumnLayout
- FixedColumnWidth
- FlexColumnWidth
- FractionColumnWidth
- IntrinsicColumnWidth
- Table
- A widget that uses the table layout algorithm for its children.
- TableBorder
- TableColumnWidth
- TableContext
- TableRow
- A horizontal group of cells in a Table.
Typedefs
- OnCellDecoration = BoxDecoration Function(int index, dynamic data, int rowNum)
- OnCellFormat = String Function(int index, dynamic data)