Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
flutter::testing::ShellTest::Config Struct Reference

#include <shell_test.h>

Public Attributes

const Settingssettings
 
std::optional< TaskRunnerstask_runners = {}
 
bool is_gpu_disabled = false
 
Shell::CreateCallback< PlatformViewplatform_view_create_callback
 

Detailed Description

Definition at line 66 of file shell_test.h.

Member Data Documentation

◆ is_gpu_disabled

bool flutter::testing::ShellTest::Config::is_gpu_disabled = false

Definition at line 71 of file shell_test.h.

◆ platform_view_create_callback

Shell::CreateCallback<PlatformView> flutter::testing::ShellTest::Config::platform_view_create_callback

Definition at line 74 of file shell_test.h.

◆ settings

const Settings& flutter::testing::ShellTest::Config::settings

Definition at line 68 of file shell_test.h.

◆ task_runners

std::optional<TaskRunners> flutter::testing::ShellTest::Config::task_runners = {}

Definition at line 70 of file shell_test.h.

70{};

The documentation for this struct was generated from the following file: