NUITabViewContent constructor

NUITabViewContent({
  1. bool keepAlive = true,
  2. required Widget child,
})

Implementation

NUITabViewContent({this.keepAlive = true, required this.child});