NomoSiderColorDataNullable constructor

const NomoSiderColorDataNullable(
  1. {dynamic backgroundColor,
  2. dynamic border}
)

Implementation

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