FooterView constructor

const FooterView({
  1. Key? key,
})

Implementation

const FooterView({
  super.key,
});