SilBottomPickerBaseWidget constructor
const
SilBottomPickerBaseWidget({})
Implementation
const SilBottomPickerBaseWidget(
{Key? key,
this.title,
this.titleWidget,
this.themeColor,
this.tapCancelFunc,
this.tapSureFunc,
this.radius,
this.child})
: super(key: key);