S360FDataRow constructor
const
S360FDataRow({
- required List<
S360FDataCell> cells, - bool isSelected = false,
- dynamic onSelectChanged(
- bool?
- VoidCallback? onTap,
- WidgetStateProperty<
Color?> ? color,
Implementation
const S360FDataRow({
required this.cells,
this.isSelected = false,
this.onSelectChanged,
this.onTap,
this.color,
});