DartDeskApp constructor
const
DartDeskApp({
- Key? key,
- required String serverUrl,
- required DartDeskConfig config,
- required String apiKey,
- ShadThemeData? theme,
Creates a DartDeskApp with built-in Serverpod IDP authentication.
Handles client creation, sign-in UI (Google + email/password), and wraps the studio UI with auth context.
Implementation
const DartDeskApp({
super.key,
required String this.serverUrl,
required this.config,
required String this.apiKey,
this.theme,
}) : dataSource = null,
onSignOut = null;