appTextStyle property

TextStyle get appTextStyle

Implementation

TextStyle get appTextStyle =>
    textStyle ??
    const TextStyle(
      fontFamily: 'packages/nice_carousel/Poppins',
      fontSize: 15,
      fontWeight: FontWeight.bold,
      color: Colors.white,
    );