NomoSiderColorDataNullable constructor

const NomoSiderColorDataNullable({
  1. Color? backgroundColor,
  2. Border? border,
})

Implementation

const NomoSiderColorDataNullable({
  this.backgroundColor,
  this.border,
});