FooterSection constructor

const FooterSection({
  1. Key? key,
  2. Map? euiTheme,
  3. required Map? theme,
})

Implementation

const FooterSection({Key? key, this.euiTheme, required this.theme})
    : super(key: key);