KeynoteStatementSlide constructor
const
KeynoteStatementSlide({})
Constructs a KeynoteStatementSlide widget.
statement
is the text of the statement.
statementTextStyle
is the style for the statement text.
statementAlignment
is the alignment for the statement text widget.
statementTextAlignment
is the text alignment for the statement text.
statementGradient
is the gradient to apply to the statement.
padding
is the padding around the slide.
statementTitleReplacementWidget
is the
replacement widget for the statement.
Implementation
const KeynoteStatementSlide({
required this.statement,
this.statementTextStyle,
this.statementAlignment,
this.statementTextAlignment,
this.statementGradient,
this.padding,
this.statementTitleReplacementWidget,
super.key,
});