DbLensButton constructor
const
DbLensButton({
- Key? key,
- String label = 'DB Lens',
- IconData icon = Icons.storage,
- ButtonStyle? style,
- DbLensConfig? config,
- DbLensThemeData? theme,
Implementation
const DbLensButton({
super.key,
this.label = 'DB Lens',
this.icon = Icons.storage,
this.style,
this.config,
this.theme,
});