showSheet static method Null safety

Future<void> showSheet(
  1. {dynamic title,
  2. dynamic content,
  3. List<SheetAction>? actions,
  4. IndexCallback? callback}
)

Show sheet with title, content and actions.