bodyTextStyle property

TextStyle bodyTextStyle
getter/setter pair

Implementation

static TextStyle bodyTextStyle = TextStyle(
    fontFamily: FontFamily().normalFont,
    color: AppColors.white,
    fontSize: 12.sp,
    package: 'cowpay',
    fontWeight: FontWeight.normal);