AnimationDeveloperTools constructor
const
AnimationDeveloperTools({
- Key? key,
- required Widget child,
- AnimationDeveloperToolsPosition position = AnimationDeveloperToolsPosition.top,
Implementation
const AnimationDeveloperTools({
super.key,
required this.child,
this.position = AnimationDeveloperToolsPosition.top,
});