AnimatedContainerRF constructor

AnimatedContainerRF({
  1. bool? visibility,
  2. Widget? child,
  3. int? startDelay = 50,
  4. int? endDelay = 500,
})

Implementation

AnimatedContainerRF({this.visibility, this.child, this.startDelay = 50, this.endDelay = 500});