KeynoteAgendaSlideVariants class
A class that provides variant configurations for the KeynoteAgendaSlide widget. Consists of a title and a subtitle.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
variantOne(
{required String titleText, required String subTitleText, TextStyle? titleStyle, TextStyle? subtitleStyle, TextAlign? titleTextAlignment, TextAlign? subtitleTextAlignment, Alignment? titleAlignment, Alignment? subtitleAlignment, Widget? titleSubTitleSpacing, EdgeInsets? padding, int? headerFlexUnits, int? bodyFlexUnits, Widget? titleWidgetReplacement, Widget? subtitleWidgetReplacement, int? animationIndex, AnimationArguments? animationArguments}) → KeynoteAgendaSlide - Constructs a KeynoteAgendaSlide with variant one configuration.
-
variantTwo(
{required String titleText, required String subTitleText, TextStyle? titleStyle, TextStyle? subtitleStyle, TextAlign? titleTextAlignment, TextAlign? subtitleTextAlignment, Alignment? titleAlignment, Alignment? subtitleAlignment, Widget? titleSubTitleSpacing, EdgeInsets? padding, int? headerFlexUnits, int? bodyFlexUnits, Widget? titleWidgetReplacement, Widget? subtitleWidgetReplacement, int? animationIndex, AnimationArguments? animationArguments}) → KeynoteAgendaSlide - Constructs a KeynoteAgendaSlide with variant two configuration.