BottomSheetAction constructor
BottomSheetAction({
- required String title,
- required VoidCallback onPressed,
- TextStyle? textStyle,
Implementation
BottomSheetAction({required final this.title, required final this.onPressed, final this.textStyle});