OutlinedContainerWrapper constructor
const
OutlinedContainerWrapper({
- EdgeInsets? margin,
- EdgeInsets padding = const EdgeInsets.all(8),
- Color? backgroundColor,
- Color? borderColor,
- double borderRadius = 8,
- BoxShadow? boxShadow,
- double borderWidth = 1,
Implementation
const OutlinedContainerWrapper({
this.margin,
this.padding = const EdgeInsets.all(8),
this.backgroundColor,
this.borderColor,
this.borderRadius = 8,
this.boxShadow,
this.borderWidth = 1,
});