white property

FlameSplashTheme white
getter/setter pair

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

Implementation

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