NomoAppBarSizingData constructor

const NomoAppBarSizingData({
  1. double spacing = 16.0,
  2. double topInset = 0.0,
  3. double height = kToolbarHeight,
  4. double elevation = 2.0,
})

Implementation

const NomoAppBarSizingData({
  this.spacing = 16.0,
  this.topInset = 0.0,
  this.height = kToolbarHeight,
  this.elevation = 2.0,
});