OutlinedContainer constructor
const
OutlinedContainer({
- Key? key,
- required Widget child,
- Color? borderColor,
- Color? backgroundColor,
- Clip clipBehavior = Clip.antiAlias,
- BorderRadiusGeometry? borderRadius,
- BorderStyle? borderStyle,
- double? borderWidth,
- List<
BoxShadow> ? boxShadow, - EdgeInsetsGeometry? padding,
- double? surfaceOpacity,
- double? surfaceBlur,
- double? width,
- double? height,
- Duration? duration,
Implementation
const OutlinedContainer({
super.key,
required this.child,
this.borderColor,
this.backgroundColor,
this.clipBehavior = Clip.antiAlias,
this.borderRadius,
this.borderStyle,
this.borderWidth,
this.boxShadow,
this.padding,
this.surfaceOpacity,
this.surfaceBlur,
this.width,
this.height,
this.duration,
});