StatusTransitionWidget constructor Null safety
Initializes fields for subclasses.
The animation argument must not be null.
Implementation
const StatusTransitionWidget({
super.key,
required this.animation,
}) : assert(animation != null);
Initializes fields for subclasses.
The animation argument must not be null.
const StatusTransitionWidget({
super.key,
required this.animation,
}) : assert(animation != null);