VelocityTableRow constructor
const
VelocityTableRow({
- Key? key,
- required List<
VelocityTableCell> items, - VoidCallback? onPressed,
Implementation
const VelocityTableRow({Key? key, required this.items, this.onPressed}) : super(key: key);