VelocityTableRow constructor

const VelocityTableRow({
  1. Key? key,
  2. required List<VelocityTableCell> items,
  3. VoidCallback? onPressed,
})

Implementation

const VelocityTableRow({Key? key, required this.items, this.onPressed}) : super(key: key);