Reflection constructor

const Reflection({
  1. Key? key,
  2. required Widget child,
  3. double reflectionOpacity = 0.5,
  4. double negativeSpace = 0,
})

Implementation

const Reflection(
    {super.key,
    required this.child,
    this.reflectionOpacity = 0.5,
    this.negativeSpace = 0});