show method
Implementation
show(BuildContext context) {
showModalBottomSheet(
context: context,
builder: (context) => this,
);
}
show(BuildContext context) {
showModalBottomSheet(
context: context,
builder: (context) => this,
);
}