NiceAccessibleDataRow constructor
const
NiceAccessibleDataRow({})
Implementation
const NiceAccessibleDataRow({
super.key,
required this.child,
required this.rowIndex,
this.isSelected = false,
this.label,
});