txtOutlineBlack9003f property
BoxDecoration
get
txtOutlineBlack9003f
Implementation
static BoxDecoration get txtOutlineBlack9003f => BoxDecoration(
color: BadColorConstant.whiteA700,
boxShadow: [
BoxShadow(
color: BadColorConstant.black9003f,
spreadRadius: getHorizontalSize(
2,
),
blurRadius: getHorizontalSize(
2,
),
offset: Offset(
0,
4,
),
),
],
);