NUIListStatefulWidget constructor

NUIListStatefulWidget({
  1. required NUIListActionController controller,
  2. Key? key,
})

Implementation

NUIListStatefulWidget({required this.controller, Key? key}): super(key:key);