txtOutlineTeal50001 property

BoxDecoration get txtOutlineTeal50001

Implementation

static BoxDecoration get txtOutlineTeal50001 => BoxDecoration(
      color: BadColorConstant.whiteA700,
      border: Border.all(
        color: BadColorConstant.teal50001,
        width: getHorizontalSize(
          1,
        ),
        strokeAlign: strokeAlignCenter,
      ),
    );