KeynoteTitleOnlySlide class
A widget that recreates the title only slide from Keynote. Consists of a title and subtitle even though the name of the slide would suggest otherwise.
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- KeynoteTitleOnlySlide
Constructors
- KeynoteTitleOnlySlide({required String titleText, String? subTitleText, TextStyle? titleStyle, TextStyle? subtitleStyle, Alignment? titleAlignment, Alignment? subtitleAlignment, TextAlign? titleTextAlignment, TextAlign? subtitleTextAlignment, Widget? titleSubTitleSpacing, EdgeInsets? padding, int? headerFlexUnits, int? bodyFlexUnits, Widget? titleWidgetReplacement, Widget? subtitleWidgetReplacement, int? animationIndex, AnimationArguments? animationArguments, Key? key})
-
Constructs a KeynoteTitleOnlySlide with the given parameters.
const
Properties
- animationArguments → AnimationArguments?
-
The configuration for the slide animations.
final
- animationIndex → int?
-
The index of the slide for animations.
final
- bodyFlexUnits → int?
-
The number of flex units for the body 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 applied to the slide's content.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtitleAlignment → Alignment?
-
The alignment of the subtitle text within its container.
final
- subtitleStyle → TextStyle?
-
The style applied to the subtitle text.
final
- subTitleText → String?
-
An subtitle text displayed below the title.
final
- subtitleTextAlignment → TextAlign?
-
The alignment of the subtitle text within its container.
final
- subtitleWidgetReplacement → Widget?
-
A replacement widget for the subtitle text.
final
- titleAlignment → Alignment?
-
The alignment of the title text within its container.
final
- titleStyle → TextStyle?
-
The style applied to the title text.
final
- titleSubTitleSpacing → Widget?
-
The spacing widget placed between the title and subtitle.
final
- titleText → String
-
The main title text displayed on the slide.
final
- titleTextAlignment → TextAlign?
-
The alignment of the title text within its container.
final
- titleWidgetReplacement → Widget?
-
A replacement widget for 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
-
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}) → 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