PerformanceWrapper constructor
const
PerformanceWrapper({
- Key? key,
- required MaterialApp child,
- TextDirection textDirection = TextDirection.ltr,
Implementation
const PerformanceWrapper(
{super.key, required this.child, this.textDirection = TextDirection.ltr});