NomoAppBarThemeDataNullable constructor

const NomoAppBarThemeDataNullable({
  1. BorderRadiusGeometry? borderRadius,
  2. Color? backgroundColor,
  3. double? spacing,
  4. double? topInset,
  5. double? height,
  6. double? elevation,
})

Implementation

const NomoAppBarThemeDataNullable({
  this.borderRadius,
  this.backgroundColor,
  this.spacing,
  this.topInset,
  this.height,
  this.elevation,
});