pinCodeDeleteButtonTextStyle constant

TextStyle const pinCodeDeleteButtonTextStyle

Implementation

static const TextStyle pinCodeDeleteButtonTextStyle = TextStyle(
    color: ColorConstants.PIN_CODE_DELETE_BUTTON_TEXT_RED,
    fontWeight: FontWeight.w500,
    fontSize: 18.0);