AnimationDeveloperTools constructor

const AnimationDeveloperTools({
  1. Key? key,
  2. required Widget child,
  3. AnimationDeveloperToolsPosition position = AnimationDeveloperToolsPosition.top,
})

Implementation

const AnimationDeveloperTools({
  super.key,
  required this.child,
  this.position = AnimationDeveloperToolsPosition.top,
});