labelStyle constant

TextStyle const labelStyle

Implementation

static const labelStyle = TextStyle(
    color: Colors.grey,
    fontSize: 16,
    package: "imepay_merchant_sdk",
    fontFamily: AppFont.Volte,
    fontWeight: FontWeight.w600);