txtOutlineGray30001 property

BoxDecoration get txtOutlineGray30001

Implementation

static BoxDecoration get txtOutlineGray30001 => BoxDecoration(
      border: Border.all(
        color: BadColorConstant.gray30001,
        width: getHorizontalSize(
          1,
        ),
      ),
    );