VelocityTableHeader constructor

const VelocityTableHeader({
  1. Key? key,
  2. List<VelocityTableHeaderItem>? items,
})

Implementation

const VelocityTableHeader({Key? key, this.items}) : super(key: key);