DropdownTableColumn<TType extends Object, TValue extends Object> class

Defines an EditableTableColumn that renders a DropdownFormField with a list of items.

Inheritance

Constructors

const

Properties

decoration InputDecoration?
final
getter Getter<TType, TValue>
A function that returns the value that is going to be edited.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
finalinherited
isNumeric bool
finalinherited
items List<DropdownMenuItem<TValue>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setter Setter<TType, TValue>
Function called when the value of the cell changes, and must update the underlying TType, returning true if it could be updated, otherwise, false.
finalinherited
sizeFactor double?
finalinherited
sortable bool
finalinherited
title String?
finalinherited
titleBuilder → (Widget Function(BuildContext context)?)
finalinherited

Methods

buildCell(TType item, int rowIndex) Widget
override
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