titleStyle constant
TextStyle
const titleStyle
Default style for the splash screen title.
Implementation
static const TextStyle titleStyle = TextStyle(
fontSize: 28,
fontWeight: FontWeight.bold,
color: Colors.black,
);