embossDepth static method
Implementation
static double? embossDepth(BuildContext context) {
if (currentTheme(context).depth == null) return null;
return -currentTheme(context).depth.abs();
}
static double? embossDepth(BuildContext context) {
if (currentTheme(context).depth == null) return null;
return -currentTheme(context).depth.abs();
}