BottomSheetView constructor
BottomSheetView({})
Implementation
BottomSheetView({
Key? key,
required this.title,
required this.options,
required this.didOptionSelected,
this.titleTextStyle,
this.optionTextStyle,
this.cancelTextStyle,
}) : super(key: key);