JuiBottomButton constructor

const JuiBottomButton({
  1. Key? key,
  2. required Widget children,
  3. required Widget button,
  4. double? paddingBottom,
  5. double? paddingTop,
})

Implementation

const JuiBottomButton(
    {super.key,
    required this.children,
    required this.button,
    this.paddingBottom,
    this.paddingTop});