FxContainer.bordered constructor
      const
      FxContainer.bordered({ 
    
    
- Key? key,
- Widget? child,
- BorderRadius? borderRadius,
- EdgeInsetsGeometry? padding,
- double? borderRadiusAll,
- double? paddingAll,
- Border? border,
- bool bordered = true,
- bool enableBorderRadius = true,
- Clip? clipBehavior,
- Color? color,
- BoxShape shape = BoxShape.rectangle,
- double? width,
- double? height,
- AlignmentGeometry? alignment,
- GestureTapCallback? onTap,
- double? marginAll,
- EdgeInsetsGeometry? margin,
- Color? splashColor,
- Color? borderColor,
Implementation
const FxContainer.bordered({Key? key,
  this.child,
  this.borderRadius,
  this.padding,
  this.borderRadiusAll,
  this.paddingAll,
  this.border,
  this.bordered = true,this.enableBorderRadius = true,
  this.clipBehavior,
  this.color,
  this.shape = BoxShape.rectangle,
  this.width,
  this.height,
  this.alignment,
  this.onTap, this.marginAll, this.margin, this.splashColor, this.borderColor})
    : super(key: key);