LogoButton constructor
const
LogoButton({
- Key? key,
- required VoidCallback? onPressed,
- EdgeInsetsDirectional? padding,
- double? customBorderRadius,
- ButtonShape? buttonShape = ButtonShape.defaultCornerRadius,
- bool isDarkMode = false,
- bool isBorder = true,
- bool isDisable = false,
Implementation
const LogoButton({
super.key,
required this.onPressed,
this.padding,
this.customBorderRadius,
this.buttonShape = ButtonShape.defaultCornerRadius,
this.isDarkMode = false,
this.isBorder = true,
this.isDisable = false,
});