AnimationDiscrete constructor

AnimationDiscrete(
  1. IconData? child, {
  2. Key? key,
  3. double width = 768,
  4. double height = 1024,
})

Implementation

AnimationDiscrete(this.child,{Key ?key,this.width=768, this.height=1024}) : super(key: key);