FillRemainingFooter constructor

const FillRemainingFooter({
  1. required Widget child,
  2. required double padding,
  3. Key? key,
})

Implementation

const FillRemainingFooter({
  required this.child,
  required this.padding,
  super.key,
});