setBackgroundStroke method
Implementation
void setBackgroundStroke(
{Color? color, List<Color>? colors, double? width, bool family = true}) {
return setStroke(
color: color,
colors: colors,
width: width,
family: family,
background: true);
}