DartDeskConfig constructor
const
DartDeskConfig({
- required List<
DocumentType< documentTypes,Serializable> > - required List<
DocumentTypeDecoration> documentTypeDecorations, - String title = 'Dart Desk',
- String? subtitle,
- IconData? icon,
Implementation
const DartDeskConfig({
required this.documentTypes,
required this.documentTypeDecorations,
this.title = 'Dart Desk',
this.subtitle,
this.icon,
});