AnimatedOverlayStyle class abstract

Implementers

Constructors

AnimatedOverlayStyle(AnimationConfig? enterAnimation, AnimationConfig? leaveAnimation)
const

Properties

enterAnimation AnimationConfig?
final
hashCode int
The hash code for this object.
no setterinherited
leaveAnimation AnimationConfig?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bottom({bool? isAnimate}) AnimatedOverlayStyle
Set align bottom for animation
bottomIfNoAlign({bool? isAnimate}) AnimatedOverlayStyle
Set align bottom for animation if do not contains align
center({bool? isAnimate}) AnimatedOverlayStyle
Set align center for animation
centerIfNoAlign({bool? isAnimate}) AnimatedOverlayStyle
Set align center for animation if do not contains align
copyWith({AnimationConfig? enterAnimation, AnimationConfig? leaveAnimation}) AnimatedOverlayStyle
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
top({bool? isAnimate}) AnimatedOverlayStyle
Set align top for animation
topIfNoAlign({bool? isAnimate}) AnimatedOverlayStyle
Set align style for animation if do not contains align
toString() String
A string representation of this object.
inherited

Operators

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