depth static method

double? depth(
  1. BuildContext context
)

Implementation

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