items property
The items you want to show within the onboarding. See DocutainListItem for more details
on what each item can display. You can use defaultItems if you don't want to provide your own.
If you want to disable it, set it to null.
Implementation
List<DocutainListItem>? items;