show method
Calls showModalBottomSheet.
Implementation
Future<dynamic> show(BuildContext context) {
return showModalBottomSheet(
context: context,
builder: (context) => this,
);
}
Calls showModalBottomSheet.
Future<dynamic> show(BuildContext context) {
return showModalBottomSheet(
context: context,
builder: (context) => this,
);
}