setLightPlaceholderTitleTextStyle top-level property

TextStyle setLightPlaceholderTitleTextStyle
getter/setter pair

Implementation

var setLightPlaceholderTitleTextStyle = TextStyle(
  color: colorWithHex9,
  fontSize: 28,
  fontWeight: fontWeightBold,
);