menu
custompackage1 package
documentation
custompackage1.dart
Slide
Slide.new constructor
Slide.new constructor
dark_mode
light_mode
Slide
constructor
Slide
(
{
required
String
name
,
TextValue
?
speakerNotes
,
bool
slideNumber
=
false
,
})
Implementation
Slide({ required this.name, this.speakerNotes, this.slideNumber = false, });
custompackage1 package
documentation
custompackage1
Slide
Slide.new constructor
Slide class