ConfigOutlinedButton constructor
const
ConfigOutlinedButton({
- Key? key,
- double? width,
- double? height,
- void onPressed()?,
- required String label,
- Color? brdcolour,
- Color? textcolour,
- Color? bgColour,
- double? radius,
- double? borderWidth,
- EdgeInsetsGeometry? padding,
- bool isLoading = false,
- bool enabled = true,
- IconData? prefixIcon,
- IconData? suffixIcon,
- double? iconSize,
- FontWeight? fontWeight,
- double? fontSize,
- bool enableDebounce = true,
- Duration debounceDuration = const Duration(milliseconds: 300),
- String? semanticLabel,
- bool? enableSecurity,
Implementation
const ConfigOutlinedButton({
super.key,
this.width,
this.height,
this.onPressed,
required this.label,
this.brdcolour,
this.textcolour,
this.bgColour,
this.radius,
this.borderWidth,
this.padding,
this.isLoading = false,
this.enabled = true,
this.prefixIcon,
this.suffixIcon,
this.iconSize,
this.fontWeight,
this.fontSize,
this.enableDebounce = true,
this.debounceDuration = const Duration(milliseconds: 300),
this.semanticLabel,
this.enableSecurity,
});