getTextShadow static method
Implementation
static Shadow getTextShadow({Color color = NUIColors.NUIShadowBlackTransparent, double xOffset = 0, double yOffset = 0, double blurRadius = 2}){
return Shadow(color: color, offset: Offset(xOffset, yOffset), blurRadius: blurRadius);
}