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