FlickerGridHeader constructor

const FlickerGridHeader(
  1. String headerText, {
  2. Key? key,
})

Implementation

const FlickerGridHeader(this.headerText, {Key? key}) : super(key: key);