ScaffoldFooterPadding constructor

const ScaffoldFooterPadding({
  1. Key? key,
  2. Widget? child,
})

Implementation

const ScaffoldFooterPadding({super.key, super.child});