DartDeskAuth constructor
const
DartDeskAuth({})
Implementation
const DartDeskAuth({
super.key,
required this.builder,
this.title = 'Welcome to Dart Desk',
this.subtitle,
this.logo,
this.theme,
});
const DartDeskAuth({
super.key,
required this.builder,
this.title = 'Welcome to Dart Desk',
this.subtitle,
this.logo,
this.theme,
});