NomoAppBarColorData constructor
const
NomoAppBarColorData({
- BorderRadiusGeometry? borderRadius = null,
- Color backgroundColor = Colors.red,
Implementation
const NomoAppBarColorData({
this.borderRadius = null,
this.backgroundColor = Colors.red,
});