GgMoveOutToBottom constructor

const GgMoveOutToBottom({
  1. Key? key,
  2. required Animation animation,
  3. required Widget child,
  4. required Size size,
})

Implementation

const GgMoveOutToBottom({
  super.key,
  required super.animation,
  required super.child,
  required super.size,
});