PerformanceWrapper constructor

const PerformanceWrapper({
  1. Key? key,
  2. required MaterialApp child,
  3. TextDirection textDirection = TextDirection.ltr,
})

Implementation

const PerformanceWrapper(
    {super.key, required this.child, this.textDirection = TextDirection.ltr});