NomoScaffoldColorData constructor

const NomoScaffoldColorData(
  1. {dynamic backgroundColor = Colors.white}
)

Implementation

const NomoScaffoldColorData({
  this.backgroundColor = Colors.white,
});