title property

Widget title
final

Title of the onboarding.

It is recommended to keep it short.

Defaults to Text("What's New"). If another Text widget is provided, it will be defaultly styled to match the iOS 15 style.

Implementation

final Widget title;