testLayout function
Runs the layout test logic without the need to create a LayoutTester manually.
Implementation
void testLayout(ft.WidgetTester tester, Set<WidgetTrait> traits) =>
LayoutTester(tester).testLayout(traits);
Runs the layout test logic without the need to create a LayoutTester manually.
void testLayout(ft.WidgetTester tester, Set<WidgetTrait> traits) =>
LayoutTester(tester).testLayout(traits);