TableColumn<TType extends Object> class Null safety

Defines a simple BaseTableColumn that renders a cell based on cellBuilder

Inheritance

Constructors

TableColumn({required String title, required Widget cellBuilder(TType), double? sizeFactor = .1, bool isNumeric = false, bool sortable = false, String? id})
const

Properties

cellBuilder Widget Function(TType)
final
hashCode int
The hash code for this object.
read-onlyinherited
id String?
finalinherited
isNumeric bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sizeFactor double?
finalinherited
sortable bool
finalinherited
title String
finalinherited

Methods

buildCell(TType item, int rowIndex) Widget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited