farmershands
data_table_cell
DataTableCell
DataTableCell constructor
DataTableCell
DataTableCell
constructor
Null safety
DataTableCell
(
{
required
String
id
,
String
?
text
,
Widget
?
child
,
bool
showEditIcon
=
false
,
Function
?
onTap
}
)
Implementation
DataTableCell({ required this.id, this.text, this.child, this.showEditIcon = false, this.onTap, });
farmershands
data_table_cell
DataTableCell
DataTableCell constructor
DataTableCell class
Constructors
DataTableCell
fromJson
Properties
child
hashCode
id
onTap
runtimeType
showEditIcon
text
Methods
noSuchMethod
toJson
toString
Operators
operator ==