NomoAppBarThemeData constructor

const NomoAppBarThemeData(
  1. {dynamic borderRadius = null,
  2. dynamic backgroundColor = Colors.red,
  3. double spacing = 16.0,
  4. double topInset = 0.0,
  5. double height = kToolbarHeight,
  6. double elevation = 2.0}
)

Implementation

const NomoAppBarThemeData({
  this.borderRadius = null,
  this.backgroundColor = Colors.red,
  this.spacing = 16.0,
  this.topInset = 0.0,
  this.height = kToolbarHeight,
  this.elevation = 2.0,
});