NsgTableRow constructor
const
NsgTableRow({})
Implementation
const NsgTableRow(
{Key? key,
this.slideEnable = false,
this.rowFixedHeight,
this.backgroundColor,
required this.tableRow,
required this.dataItem,
required this.controller,
required this.rowStateList,
required this.rowStateCloseOthers})
: super(key: key);