VelocityTable constructor
const
VelocityTable({
- Key? key,
- VelocityTableHeader? header,
- List<
VelocityTableRow> ? rows,
Implementation
const VelocityTable({
Key? key,
this.header,
this.rows,
}) : super(key: key);