txtOutlineTeal500 property

BoxDecoration get txtOutlineTeal500

Implementation

static BoxDecoration get txtOutlineTeal500 => BoxDecoration(
      color: BadColorConstant.green2004c,
      border: Border.all(
        color: BadColorConstant.teal500,
        width: getHorizontalSize(
          1,
        ),
      ),
    );