CustomStickyHeadersTable class
Table with sticky headers. Whenever you scroll content horizontally or vertically - top and left headers always stay.
Constructors
- CustomStickyHeadersTable({dynamic key, @required int columnsLength, @required int rowsLength, dynamic legendCell: const Text(' '), @required dynamic columnsTitleBuilder(int colulmnIndex), @required dynamic contentCellBuilder(int columnIndex, int rowIndex), CellDimensions cellDimensions: CellDimensions.base, dynamic cellFit: BoxFit.scaleDown})
Properties
- cellDimensions → CellDimensions
- 
           
                  final
- cellFit → dynamic
- 
           
                  final
- columnsLength → int
- 
           
                  final
- columnsTitleBuilder → dynamic Function(int colulmnIndex)
- 
           
                  final
- contentCellBuilder → dynamic Function(int columnIndex, int rowIndex)
- 
           
                  final
- hashCode → int
- 
          The hash code for this object. [...]
                  read-only, inherited
- legendCell → dynamic
- 
           
                  final
- rowsLength → int
- 
           
                  final
- runtimeType → Type
- 
          A representation of the runtime type of the object. 
                  read-only, inherited
Methods
- 
          createState() → _CustomStickyHeadersTableState 
- 
          noSuchMethod(Invocation invocation) → dynamic 
- 
          Invoked when a non-existent method or property is accessed. [...]
                  inherited
- 
          toString() → String 
- 
          Returns a string representation of this object. 
                  inherited
Operators
- 
          operator ==(Object other) → bool 
- 
          The equality operator. [...]
                  inherited