SurfaceCard constructor
const
SurfaceCard({
- Key? key,
- required Widget child,
- EdgeInsetsGeometry? padding,
- bool filled = false,
- Color? fillColor,
- BorderRadiusGeometry? borderRadius,
- Clip clipBehavior = Clip.none,
- Color? borderColor,
- double? borderWidth,
- List<
BoxShadow> ? boxShadow, - double? surfaceOpacity,
- double? surfaceBlur,
- Duration? duration,
Implementation
const SurfaceCard({
super.key,
required this.child,
this.padding,
this.filled = false,
this.fillColor,
this.borderRadius,
this.clipBehavior = Clip.none,
this.borderColor,
this.borderWidth,
this.boxShadow,
this.surfaceOpacity,
this.surfaceBlur,
this.duration,
});