title property

String? title
final

title is optional, since it will only be seen on the Menu (which can be opened using the M key btw). If no title is set it will default to Slide-{index} as its title.

Implementation

final String? title;