DevToolsToggleButton constructor
const
DevToolsToggleButton({
- Key? key,
- required VoidCallback onPressed,
- required bool isSelected,
- required String message,
- required IconData icon,
- bool outlined = true,
- String? label,
- OutlinedBorder? shape,
- double? minScreenWidthForTextBeforeScaling,
Implementation
const DevToolsToggleButton({
super.key,
required this.onPressed,
required this.isSelected,
required this.message,
required this.icon,
this.outlined = true,
this.label,
this.shape,
this.minScreenWidthForTextBeforeScaling,
});