A widget that displays a list of bullets. numVisibleBullets can be used to
control how many bullets should be displayed. The rest of the bullets will
be hidden, but will still take up space.
Represents a single slide in a SlideDeck. A slide has a builder that
builds the content of the slide, and an optional notes field that can be
used to add presenter notes to the slide. By default, a slide uses the
main theme of the SlideDeck, but a theme can be specified to override
the theme for a single slide. You can also specify a transition to use
when transitioning to the slide.
A deck of slides. It takes a list of Slides, and builds the content of the
slides using the Slide.builder callback. The SlideDeck widget also
handles navigation between the slides, and provides a default theme for the
slides.
The theme used to style a Slide. A default theme is provided by the
SlideDeck, but can be overridden by providing a custom SlideTheme to a
specific Slide.