CommonBottomSheet<T> constructor
const
CommonBottomSheet<T> ({})
Implementation
const CommonBottomSheet({
Key? key,
required this.title,
required this.contentWidget,
this.operatorWidget,
this.padding = 16,
this.expanded = false,
this.bottomWidgetPadding,
}) : super(key: key);