MultipleBottomButton constructor
const
MultipleBottomButton({
- Key? key,
- dynamic mainButton,
- dynamic subButton,
- VoidCallback? onMainButtonTap,
- VoidCallback? onSubButtonTap,
- void onSelectedButtonTap()?,
- void onSelectAll(
- bool?
- bool hasArrow = false,
- BrnMultipleBottomController? bottomController,
Implementation
const MultipleBottomButton(
{Key? key,
this.mainButton,
this.subButton,
this.onMainButtonTap,
this.onSubButtonTap,
this.onSelectedButtonTap,
this.onSelectAll,
this.hasArrow = false,
this.bottomController})
: super(key: key);