NUIHeaderTabView constructor

NUIHeaderTabView({
  1. Widget? header,
  2. NUIPersistentHeader? persistentHeader,
  3. required Widget body,
})

Implementation

NUIHeaderTabView({this.header, this.persistentHeader, required this.body});