DbLensLoadingView constructor

const DbLensLoadingView({
  1. Key? key,
  2. DbLensTheme? theme,
  3. String label = 'Loading…',
})

Implementation

const DbLensLoadingView({super.key, this.theme, this.label = 'Loading…'});