outlineWhiteA700 property
BoxDecoration
get
outlineWhiteA700
Implementation
static BoxDecoration get outlineWhiteA700 => BoxDecoration(
color: BadColorConstant.green50,
border: Border.all(
color: BadColorConstant.whiteA700,
width: getHorizontalSize(
2,
),
strokeAlign: strokeAlignCenter,
),
);