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