getPopOverButtonFlex static method

int getPopOverButtonFlex()

Implementation

static int getPopOverButtonFlex() {
  switch (UFUScreen.type) {
    case DeviceType.mobile:
      return 1;

    case DeviceType.desktop:
    case DeviceType.tablet:
      return 0;
  }
}