NomoOutlineContainerColorDataNullable constructor

const NomoOutlineContainerColorDataNullable({
  1. Color? foreground,
  2. Color? background,
  3. BoxShape? shape,
  4. BoxBorder? border,
})

Implementation

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