NomoAppBarColorData constructor

const NomoAppBarColorData(
  1. {dynamic borderRadius = null,
  2. dynamic backgroundColor = Colors.red}
)

Implementation

const NomoAppBarColorData({
  this.borderRadius = null,
  this.backgroundColor = Colors.red,
});