DbLensEmptyState constructor
const
DbLensEmptyState({
- Key? key,
- required IconData icon,
- required String title,
- required String subtitle,
- DbLensTheme? theme,
Implementation
const DbLensEmptyState({
super.key,
required this.icon,
required this.title,
required this.subtitle,
this.theme,
});