NomoAppBarThemeDataNullable constructor

const NomoAppBarThemeDataNullable(
  1. {dynamic borderRadius,
  2. dynamic 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,
});