NomoScaffoldColorDataNullable constructor

const NomoScaffoldColorDataNullable(
  1. {dynamic backgroundColor}
)

Implementation

const NomoScaffoldColorDataNullable({
  this.backgroundColor,
});