KeynoteTitleAndBulletsSlide class

A widget that recreates the title and bullets slide from Keynote.

Inheritance

Constructors

KeynoteTitleAndBulletsSlide({required String titleText, String? subTitleText, List<String>? bulletPoints, TextStyle? bulletTextStyle, ListBullets? bullets, TextStyle? titleStyle, TextStyle? subtitleStyle, Alignment? bulletPointsAlignment, TextAlign? bulletTextAlignment, Alignment? titleAlignment, Alignment? subtitleAlignment, TextAlign? titleTextAlignment, TextAlign? subtitleTextAlignment, Widget? titleSubTitleSpacing, Widget? subtitleBulletTextSpacing, EdgeInsets? bulletPointsPadding, EdgeInsets? padding, int? headerFlexUnits, int? bodyFlexUnits, int? footerFlexUnits, Widget? titleWidgetReplacement, Widget? subtitleWidgetReplacement, Widget? bulletPointsWidgetReplacement, int? animationIndex, AnimationArguments? animationArguments, Key? key})
Constructs a KeynoteAgendaSlide widget.
const

Properties

animationArguments → AnimationArguments?
The arguments for the animation.
final
animationIndex int?
The index of the animation for the slide.
final
bodyFlexUnits int?
The number of flex units for the body section.
final
bulletPoints List<String>?
The list of bullet points for the slide.
final
bulletPointsAlignment Alignment?
The alignment of the bullet points widget.
final
bulletPointsPadding EdgeInsets?
The padding for the bullet points.
final
bulletPointsWidgetReplacement Widget?
The widget to replace the bullet points.
final
bullets → ListBullets?
The type of bullets to use for the bullet points.
final
bulletTextAlignment TextAlign?
The text alignment of the bullet text.
final
bulletTextStyle TextStyle?
The style for the bullet points text.
final
footerFlexUnits int?
The number of flex units for the footer section.
final
hashCode int
The hash code for this object.
no setterinherited
headerFlexUnits int?
The number of flex units for the header section.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
padding EdgeInsets?
The padding for the slide.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitleAlignment Alignment?
The alignment of the subtitle widget.
final
subtitleBulletTextSpacing Widget?
The widget to use for spacing between the subtitle and bullet points.
final
subtitleStyle TextStyle?
The style for the subtitle text.
final
subTitleText String?
The text for the subtitle of the slide.
final
subtitleTextAlignment TextAlign?
The text alignment of the subtitle.
final
subtitleWidgetReplacement Widget?
The widget to replace the subtitle text.
final
titleAlignment Alignment?
The alignment of the title widget.
final
titleStyle TextStyle?
The style for the title text.
final
titleSubTitleSpacing Widget?
The widget to use for spacing between the title and subtitle.
final
titleText String
The text for the title of the slide.
final
titleTextAlignment TextAlign?
The text alignment of the title.
final
titleWidgetReplacement Widget?
The widget to replace the title text.
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
getAnimationIndices() int
Calculates the adjusted animation index for bullet points.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited