VelocityTableHeader constructor
const
VelocityTableHeader({
- Key? key,
- List<
VelocityTableHeaderItem> ? items,
Implementation
const VelocityTableHeader({Key? key, this.items}) : super(key: key);