NomoOutlineContainerThemeDataNullable constructor

const NomoOutlineContainerThemeDataNullable(
  1. {dynamic foreground,
  2. dynamic background,
  3. dynamic shape,
  4. dynamic padding,
  5. double? spacing}
)

Implementation

const NomoOutlineContainerThemeDataNullable({
  this.foreground,
  this.background,
  this.shape,
  this.padding,
  this.spacing,
});