SubZeroBottomSheetContent constructor
const
SubZeroBottomSheetContent({})
Implementation
const SubZeroBottomSheetContent({
super.key,
this.topContent,
this.topContentOverflows = false,
this.kicker,
required this.title,
this.description,
this.bodyContent,
this.primaryButtonLabel,
this.onPrimaryPressed,
this.secondaryButtonLabel,
this.onSecondaryPressed,
this.showDualButtons = false,
});