RoundedFrame constructor
const
RoundedFrame({
- Key? key,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- double? width,
- double? height,
- Widget? child,
- Color? color,
- BorderRadius borderRadius = BorderRadius.zero,
- Color borderColor = Colors.transparent,
- double elevation = 0.0,
- MaterialType? materialType,
Implementation
const RoundedFrame({
Key? key,
this.margin,
this.padding,
this.width,
this.height,
this.child,
this.color,
this.borderRadius = BorderRadius.zero,
this.borderColor = Colors.transparent,
this.elevation = 0.0,
this.materialType,
}) : super(key: key);