S360FDataRow constructor

const S360FDataRow({
  1. required List<S360FDataCell> cells,
  2. bool isSelected = false,
  3. dynamic onSelectChanged(
    1. bool?
    )?,
  4. VoidCallback? onTap,
  5. WidgetStateProperty<Color?>? color,
})

Implementation

const S360FDataRow({
  required this.cells,
  this.isSelected = false,
  this.onSelectChanged,
  this.onTap,
  this.color,
});