fadeType property

String? fadeType
getter/setter pair

Type of fade animation: FADE_IN or FADE_OUT.

Required. Possible string values are:

  • "FADE_TYPE_UNSPECIFIED" : The fade type is not specified.
  • "FADE_IN" : Fade the overlay object into view.
  • "FADE_OUT" : Fade the overlay object out of view.

Implementation

core.String? fadeType;