NomoAppBarSizingDataNullable constructor

const NomoAppBarSizingDataNullable({
  1. double? spacing,
  2. double? topInset,
  3. double? height,
  4. double? elevation,
})

Implementation

const NomoAppBarSizingDataNullable({
  this.spacing,
  this.topInset,
  this.height,
  this.elevation,
});