WidgetTester constructor
Creates a new tester.
enableZones is a deprecated no-op kept for compatibility.
Implementation
WidgetTester({
this.screenWidth = 80,
this.screenHeight = 24,
bool enableZones = false,
}) {
// Legacy no-op retained for source compatibility.
if (enableZones) {}
}