registerListItems method
Implementation
@override
void registerListItems(){
registerItem(NUIListItem(entityClass: NUIGradientColorSelection, inflater: (dynamic data, int position, NUIListActionController handler) => NUIGradientColorSelectionItem(color: data, handler: handler)));
}