UIContainerDefaults constructor

UIContainerDefaults({
  1. Color? color,
  2. EdgeInsetsGeometry? padding,
  3. double? borderRadius,
  4. BoxShadow? shadow,
  5. double? borderWidth,
  6. Color? borderColor,
  7. double? widthFactor,
})

Implementation

UIContainerDefaults({
  this.color,
  this.padding,
  this.borderRadius,
  this.shadow,
  this.borderWidth,
  this.borderColor,
  this.widthFactor,
});