EmptyFooter constructor

const EmptyFooter({
  1. Key? key,
  2. String? content,
  3. double? fontSize,
})

Implementation

const EmptyFooter({Key? key, this.content, this.fontSize}) : super(key: key);