DsSurface constructor
const
DsSurface({
- Key? key,
- required Widget child,
- SurfaceLevel level = SurfaceLevel.base,
- EdgeInsetsGeometry? padding,
- BorderRadius? borderRadius,
- BoxBorder? border,
- List<
BoxShadow> ? shadow,
Implementation
const DsSurface({
super.key,
required this.child,
this.level = SurfaceLevel.base,
this.padding,
this.borderRadius,
this.border,
this.shadow,
});