BaseOutlineButton constructor
const
BaseOutlineButton({
- Key? key,
- double width = double.infinity,
- double height = 44,
- EdgeInsetsGeometry? padding,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.center,
- Color? backgroundColor,
- Widget? icon,
- Widget? title,
- double borderWidth = 1,
- double borderRadius = 22,
- Color? borderColor,
- List<
BoxShadow> ? boxShadow, - VoidCallback? onPressed,
Implementation
const BaseOutlineButton(
{super.key,
this.width = double.infinity,
this.height = 44,
this.padding,
this.mainAxisAlignment = MainAxisAlignment.center,
this.backgroundColor,
this.icon,
this.title,
this.borderWidth = 1,
this.borderRadius = 22,
this.borderColor,
this.boxShadow,
this.onPressed});