tRexRunnerCss property

Future<String> tRexRunnerCss

Gets the css of the Chromium's t-rex runner game. Used in combination with tRexRunnerHtml.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • MacOS

Implementation

static Future<String> get tRexRunnerCss =>
    PlatformInAppWebViewController.static().tRexRunnerCss;