setDarkPlaceholderTitleTextStyle top-level property
Implementation
var setDarkPlaceholderTitleTextStyle = TextStyle(
color: Colors.white,
fontSize: 28,
fontWeight: fontWeightBold,
);
var setDarkPlaceholderTitleTextStyle = TextStyle(
color: Colors.white,
fontSize: 28,
fontWeight: fontWeightBold,
);