bookNameTextStyle top-level property

TextStyle bookNameTextStyle
getter/setter pair

Implementation

TextStyle bookNameTextStyle = TextStyle(
  color: kBookTitleColor,
  fontSize: 36,
  fontFamily: 'Barla',
  // package: thisPackage,
);