backgroundColor property

Color? backgroundColor
getter/setter pair

Background color of flutter splash screen scaffold.

backgroundColor: const Color(0xff080A12),

Implementation

/// ```dart
/// backgroundColor: const Color(0xff080A12),
/// ```
Color? backgroundColor;