NUITabChildStatefulWidget constructor

NUITabChildStatefulWidget({
  1. Widget? backgroundContent,
  2. required Widget onScreenContent,
  3. Key? key,
})

Implementation

NUITabChildStatefulWidget({this.backgroundContent, required this.onScreenContent, Key? key}): super(key:key);