PlatformCardArgs constructor
const
PlatformCardArgs({
- double? pressOpacity = 1,
- FutureTappableCallback? onHover,
- double? pressScale = Tappable.defaultScale,
- EdgeInsets? padding,
- EdgeInsets? margin,
- BorderRadius? borderRadius,
- Color? color,
- double? height,
- double? width,
- bool? useShadow = true,
- double? minWidth,
- PlatformCardTheme? theme,
- double? minHeight,
- FutureTappableCallback? onTap,
- bool? shouldClip,
- FutureTappableCallback? onLongPress,
- List<
BoxShadow> ? shadow,
Implementation
const PlatformCardArgs({
this.pressOpacity = 1,
this.onHover,
this.pressScale = Tappable.defaultScale,
this.padding,
this.margin,
this.borderRadius,
this.color,
this.height,
this.width,
this.useShadow = true,
this.minWidth,
this.theme,
this.minHeight,
this.onTap,
this.shouldClip,
this.onLongPress,
this.shadow,
});