nakedTextShadow method

Shadow nakedTextShadow()

Implementation

Shadow nakedTextShadow() {
  return Shadow(
    color: Colors.transparent,
    blurRadius: blurRadius,
    offset: Offset(offset.x, offset.y),
  );
}