BottomSheetHeaderActions constructor
const
BottomSheetHeaderActions({
- VoidCallback? onPressed,
- required String text,
Implementation
const BottomSheetHeaderActions({
this.onPressed,
required this.text,
});