CustomTabsAnimations class

The enter and exit animations for the custom tab.

Specify the Resource ID according to the specifications for the Android platform.

  • For resources within the Android app, use the resource name.
    • e.g. slide_up
  • For other cases, provide the complete Resource ID with the type 'anim'.
    • e.g. android:anim/fade_in

See also:

Annotations

Constructors

CustomTabsAnimations({String? startEnter, String? startExit, String? endEnter, String? endExit})
const

Properties

endEnter String?
Resource ID of the exit "enter" animation for the application.
final
endExit String?
Resource ID of the exit "exit" animation for the custom tab.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startEnter String?
Resource ID of the start "enter" animation for the custom tab.
final
startExit String?
Resource ID of the start "exit" animation for the application.
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