NUIHeaderTabView constructor
NUIHeaderTabView({
- Widget? header,
- NUIPersistentHeader? persistentHeader,
- required Widget body,
Implementation
NUIHeaderTabView({this.header, this.persistentHeader, required this.body});