menu
data_table_plus package
documentation
data_table_plus
CustomRow class
CustomRow
brightness_4
CustomRow
class
Null safety
Constructors
CustomRow
(
{
required
int
index
,
required
List
<
Widget
>
cells
,
TypeCustomRow
typeCustomRow
=
TypeCustomRow.REPLACE
,
LocalKey
?
key
}
)
Properties
cells
↔
List
<
Widget
>
read / write
hashCode
→
int
The hash code for this object.
read-only
inherited
index
↔
int
read / write
key
→
LocalKey
?
A
Key
that uniquely identifies this row. This is used to ensure that if a row is added or removed, any stateful widgets related to this row (e.g. an in-progress checkbox animation) remain on the right row visually.
final
runtimeType
→
Type
A representation of the runtime type of the object.
read-only
inherited
typeCustomRow
↔
TypeCustomRow
read / write
Methods
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
data_table_plus package
documentation
data_table_plus
CustomRow class
data_table_plus library
Classes
CustomRow
DataColumnPlus
DataRowPlus
DataTablePlus
Properties
lmRatio
smRatio
Functions
setColumnSizeRatios
Enums
TypeCustomRow
Constructors
CustomRow
Properties
cells
hashCode
index
key
runtimeType
typeCustomRow
Methods
noSuchMethod
toString
Operators
operator ==