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