DataRow2.byIndex constructor
DataRow2.byIndex({
- int? index,
- bool selected = false,
- ValueChanged<
bool?> ? onSelectChanged, - MaterialStateProperty<
Color?> ? color, - required List<
DataCell> cells, - double? specificRowHeight,
- GestureTapCallback? onTap,
- GestureTapCallback? onDoubleTap,
- GestureLongPressCallback? onLongPress,
- GestureTapCallback? onSecondaryTap,
- GestureTapDownCallback? onSecondaryTapDown,
Implementation
DataRow2.byIndex(
{super.index,
super.selected = false,
super.onSelectChanged,
super.color,
required super.cells,
this.specificRowHeight,
this.onTap,
this.onDoubleTap,
super.onLongPress,
this.onSecondaryTap,
this.onSecondaryTapDown})
: super.byIndex();