txtOutlineGray8005b property

BoxDecoration get txtOutlineGray8005b

Implementation

static BoxDecoration get txtOutlineGray8005b => BoxDecoration(
      border: Border(
        bottom: BorderSide(
          color: BadColorConstant.gray8005b,
          width: getHorizontalSize(
            1,
          ),
        ),
      ),
    );