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