NomoOutlineContainerColorDataNullable constructor

const NomoOutlineContainerColorDataNullable(
  1. {dynamic foreground,
  2. dynamic background,
  3. dynamic shape}
)

Implementation

const NomoOutlineContainerColorDataNullable({
  this.foreground,
  this.background,
  this.shape,
});