KeynoteImageSlide constructor
const
KeynoteImageSlide({
- required Widget image,
- EdgeInsets? padding,
- Key? key,
Constructs a KeynoteImageSlide.
image
is the widget representing the image to display on the slide.
padding
is the padding for the slide.
Implementation
const KeynoteImageSlide({
required this.image,
this.padding,
super.key,
});