hcDepth static method

double? hcDepth(
  1. BuildContext context
)

Implementation

static double? hcDepth(BuildContext context) {
  return currentTheme(context).depth.abs();
}