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