build abstract method

Widget build(
  1. Animation<T> animation
)

Return animated widget with provided animation.

Implementation

Widget build(Animation<T> animation);