NomoOutlineContainer constructor

const NomoOutlineContainer(
  1. {dynamic foreground,
  2. required dynamic child,
  3. double? radius,
  4. dynamic border,
  5. double? width,
  6. double? height,
  7. dynamic background,
  8. dynamic padding,
  9. dynamic shape,
  10. double? spacing,
  11. dynamic key}
)

Implementation

const NomoOutlineContainer({
  this.foreground,
  required this.child,
  this.radius,
  this.border,
  this.width,
  this.height,
  this.background,
  this.padding,
  this.shape,
  this.spacing,
  super.key,
});