getSize static method

Size getSize()

Получение размера

Implementation

static Size getSize() {
  assert(_context != null);

  return MediaQuery.of(_context!).size;
}