DbLensLoadingView constructor
const
DbLensLoadingView({
- Key? key,
- DbLensTheme? theme,
- String label = 'Loading…',
Implementation
const DbLensLoadingView({super.key, this.theme, this.label = 'Loading…'});