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