AudioTesting constructor
const
AudioTesting({
- Key? key,
- RoundedRectangleBorder? shape,
- BorderSide? side,
- double? elevation,
- AlignmentGeometry? alignment,
- TextStyle? textStyle,
- double? buttonHeight,
- Color? shadowColor,
- double? buttonWidth,
- EdgeInsetsGeometry? padding,
- TextStyle? buttonTextStyle,
- Color? buttonBackgroundColor,
- bool showIncreaseVolumeButton = true,
- bool showDecreaseVolumeButton = true,
- bool showFlashlightButton = true,
- String increaseVolumeButtonText = 'Increase Volume',
- String decreaseVolumeButtonText = 'Decrease Volume',
- String flashlightButtonText = 'Flashlight',
Implementation
const AudioTesting({
super.key,
this.shape,
this.side,
this.elevation,
this.alignment,
this.textStyle,
this.buttonHeight,
this.shadowColor,
this.buttonWidth,
this.padding,
this.buttonTextStyle,
this.buttonBackgroundColor,
this.showIncreaseVolumeButton = true,
this.showDecreaseVolumeButton = true,
this.showFlashlightButton = true,
this.increaseVolumeButtonText = 'Increase Volume',
this.decreaseVolumeButtonText = 'Decrease Volume',
this.flashlightButtonText = 'Flashlight',
});