FxCard.rounded constructor
const
FxCard.rounded({
- Key? key,
- required Widget child,
- BorderRadius? borderRadius,
- EdgeInsetsGeometry? padding,
- double? borderRadiusAll,
- Color? color,
- double? paddingAll,
- GestureTapCallback? onTap,
- Border? border,
- bool bordered = false,
- Clip? clipBehavior = Clip.antiAliasWithSaveLayer,
- BoxShape? boxShape = BoxShape.circle,
- FxShadow? shadow,
- double? marginAll,
- EdgeInsetsGeometry? margin,
- Color? splashColor,
- double? width,
- double? height,
Implementation
const FxCard.rounded(
{Key? key,
required this.child,
this.borderRadius,
this.padding,
this.borderRadiusAll,
this.color,
this.paddingAll,
this.onTap,
this.border,
this.bordered = false,
this.clipBehavior = Clip.antiAliasWithSaveLayer,
this.boxShape = BoxShape.circle,
this.shadow,
this.marginAll,
this.margin,
this.splashColor, this.width, this.height})
: super(key: key);