topSafeArea static method

void topSafeArea(
  1. double top
)

Implementation

static void topSafeArea(double top) {
  appBarBackgroundHeight96 = 66 + top;
}