OutlinedContainerTheme constructor
const
OutlinedContainerTheme({
- Color? backgroundColor,
- Color? borderColor,
- BorderRadiusGeometry? borderRadius,
- BorderStyle? borderStyle,
- double? borderWidth,
- List<
BoxShadow> ? boxShadow, - EdgeInsetsGeometry? padding,
- double? surfaceOpacity,
- double? surfaceBlur,
Implementation
const OutlinedContainerTheme({
this.backgroundColor,
this.borderColor,
this.borderRadius,
this.borderStyle,
this.borderWidth,
this.boxShadow,
this.padding,
this.surfaceOpacity,
this.surfaceBlur,
});