Initializes fields for subclasses.
The animation argument must not be null.
StatusTransitionWidget({ Key key, @required this.animation }) : super(key: key) { assert(animation != null); }