OutlinedContainerTheme constructor

const OutlinedContainerTheme({
  1. Color? backgroundColor,
  2. Color? borderColor,
  3. BorderRadiusGeometry? borderRadius,
  4. BorderStyle? borderStyle,
  5. double? borderWidth,
  6. List<BoxShadow>? boxShadow,
  7. EdgeInsetsGeometry? padding,
  8. double? surfaceOpacity,
  9. double? surfaceBlur,
})

Implementation

const OutlinedContainerTheme({
  this.backgroundColor,
  this.borderColor,
  this.borderRadius,
  this.borderStyle,
  this.borderWidth,
  this.boxShadow,
  this.padding,
  this.surfaceOpacity,
  this.surfaceBlur,
});