NomoOutlineContainerThemeDataNullable constructor

const NomoOutlineContainerThemeDataNullable({
  1. Color? foreground,
  2. Color? background,
  3. BoxShape? shape,
  4. BoxBorder? border,
  5. EdgeInsetsGeometry? padding,
  6. double? spacing,
})

Implementation

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