Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

Class Shared modal shell matching the official Crossmint RN SDK modal styling.
class CrossmintOtpModalShell extends StatelessWidget
  • 32px padding
  • Max 400px wide, max 80% screen height
  • Close button top-right
  • Drop shadow

Constructors

CrossmintOtpModalShell

const CrossmintOtpModalShell({
  super.key,
  required this.theme,
  required this.onClose,
  required this.child,
})

Properties

theme

final CrossmintThemeData theme

onClose

final VoidCallback onClose

child

final Widget child

Methods

build

Widget build(BuildContext context)