AppBarAnimationSlideLeft.call constructor

AppBarAnimationSlideLeft.call(
  1. dynamic child
)

Implementation

factory AppBarAnimationSlideLeft.call(child) =>
    AppBarAnimationSlideLeft(child: child);