CJBGBorderWidget constructor
CJBGBorderWidget({
- Key? key,
- double? width,
- double? height = 44,
- BoxConstraints? constraints,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Color? backgroundColor,
- double? cornerRadius = 0,
- double? borderWidth = 0,
- Color? borderColor,
- required Widget child,
- VoidCallback? onPressed,
- HitTestBehavior? behavior,
Implementation
CJBGBorderWidget({
Key? key,
this.width,
this.height = 44,
this.constraints,
this.margin,
this.padding,
this.backgroundColor,
this.cornerRadius = 0,
this.borderWidth = 0,
this.borderColor,
required this.child,
this.onPressed,
this.behavior,
}) : super(key: key);