title property
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;
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.
final String? title;