none constant

FPopoverMotion const none

A FPopoverMotion with no motion effects.

Implementation

static const FPopoverMotion none = FPopoverMotion(
  scaleTween: FImmutableTween(begin: 1, end: 1),
  fadeTween: FImmutableTween(begin: 1, end: 1),
);