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

Future<String> get tRexRunnerCss => throw UnimplementedError(
    'tRexRunnerCss is not implemented on the current platform');