NomoAppBarColorData constructor

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

Implementation

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