createTestWidget function
Create a test widget with Infobits mocks
Implementation
Widget createTestWidget(
Widget child, {
InfobitsTestConfig? config,
}) {
return MaterialApp(
home: child,
);
}
Create a test widget with Infobits mocks
Widget createTestWidget(
Widget child, {
InfobitsTestConfig? config,
}) {
return MaterialApp(
home: child,
);
}