DbLensButton constructor

const DbLensButton({
  1. Key? key,
  2. String label = 'DB Lens',
  3. IconData icon = Icons.storage,
  4. ButtonStyle? style,
  5. DbLensConfig? config,
  6. DbLensThemeData? theme,
})

Implementation

const DbLensButton({
  super.key,
  this.label = 'DB Lens',
  this.icon = Icons.storage,
  this.style,
  this.config,
  this.theme,
});