BottomSheetAction constructor

BottomSheetAction({
  1. required String title,
  2. required VoidCallback onPressed,
  3. TextStyle? textStyle,
})

Implementation

BottomSheetAction({required final this.title, required final this.onPressed, final this.textStyle});