AwsThemeContentShowing class

Constructors

AwsThemeContentShowing({Color? colorImage, BoxFit? fitImage, AwsAnimation? animationImage, AwsAnimation? animationTitle, AwsAnimation? animationBody, Duration? duration, Duration? delay, TextStyle? titleStyle, TextStyle? bodyStyle, TextAlign? titleAlign, TextAlign? bodyAlign})
Sets the theme of the content AwsThemeContentShowing.

Properties

animationBody AwsAnimation?
Sets the animation that the body will have at the start animationBody.
final
animationImage AwsAnimation?
Sets the animation that the image will have at the beginning animationImage.
final
animationTitle AwsAnimation?
Sets the animation that the title will have at the beginning animationTitle.
final
bodyAlign TextAlign?
Sets the position of the body bodyAlign.
final
bodyStyle TextStyle?
Sets the style of the body bodyStyle.
final
colorImage Color?
Sets a color to the image if you don't want the original colors colorImage.
final
delay Duration?
Sets the delay for the start of animations delay.
final
duration Duration?
Sets the duration of the animations of the content duration.
final
fitImage BoxFit?
Sets the way the image is displayed, you can force it to fill the entire fitImage space.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleAlign TextAlign?
Sets the position of the title titleAlign.
final
titleStyle TextStyle?
Sets the title style titleStyle.
final

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