NUIPersistentHeader constructor
NUIPersistentHeader({
- required Widget child,
- Color background = NUIColors.NUITransparent,
- required double height,
- NUIShadowLinearView? shadow,
Implementation
NUIPersistentHeader({
required this.child,
this.background = NUIColors.NUITransparent,
required this.height,
this.shadow
});