StyleTransition constructor

StyleTransition({
  1. int? duration,
  2. int? delay,
})

Implementation

StyleTransition({this.duration, this.delay});