subtitleStyle constant
TextStyle
const subtitleStyle
Default style for the splash screen subtitle.
Implementation
static const TextStyle subtitleStyle = TextStyle(
fontSize: 18,
color: Colors.black54,
);