NUIPersistentHeader constructor

NUIPersistentHeader({
  1. required Widget child,
  2. Color background = NUIColors.NUITransparent,
  3. required double height,
  4. NUIShadowLinearView? shadow,
})

Implementation

NUIPersistentHeader({
  required this.child,
  this.background = NUIColors.NUITransparent,
  required this.height,
  this.shadow
});