isWidthDesktop static method

bool isWidthDesktop(
  1. double width
)

Implementation

static bool isWidthDesktop(double width) {
  return width >= AkoResponsiveDevice.desktop.minWidth;
}