show method
Implementation
void show(BuildContext context) =>
showModalBottomSheet(
routeSettings: const RouteSettings(name: "BottomDialog"),
context: TopResources.of(context).nav.context,
builder: (c) => this,
backgroundColor: background,
isScrollControlled: true,
isDismissible: dismissible,
useSafeArea: safeArea,
);