DataRowPlus.byIndex constructor Null safety
- {int? index,
- bool selected = false,
- ValueChanged<
bool?> ? onSelectChanged, - MaterialStateProperty<
Color?> ? color, - required List<
DataCell> cells, - VoidCallback? onTap,
- VoidCallback? onSecondaryTap,
- GestureTapDownCallback? onSecondaryTapDown}
Implementation
DataRowPlus.byIndex(
{int? index,
bool selected = false,
ValueChanged<bool?>? onSelectChanged,
MaterialStateProperty<Color?>? color,
required List<DataCell> cells,
this.onTap,
this.onSecondaryTap,
this.onSecondaryTapDown})
: super.byIndex(
index: index,
selected: selected,
onSelectChanged: onSelectChanged,
color: color,
cells: cells);