NomoAppBarColorDataNullable constructor

const NomoAppBarColorDataNullable(
  1. {dynamic borderRadius,
  2. dynamic backgroundColor}
)

Implementation

const NomoAppBarColorDataNullable({
  this.borderRadius,
  this.backgroundColor,
});