FlickerGridFooter constructor

const FlickerGridFooter(
  1. String footerText, {
  2. Key? key,
})

Implementation

const FlickerGridFooter(this.footerText, {Key? key}) : super(key: key);