BottomDialog<T> constructor
const
BottomDialog<T> ({})
Implementation
const BottomDialog(
{Key? key,
required this.onConfirm,
required this.title,
required this.body,
this.canConfirm,
this.getSelectedItem})
: super(key: key);