dark property

FlameSplashTheme dark
getter/setter pair

One of the two default themes provided; this is optimal of dark mode apps.

Implementation

static FlameSplashTheme dark = const FlameSplashTheme(
  backgroundDecoration: BoxDecoration(color: Color(0xFF000000)),
  logoBuilder: _logoBuilder,
);