DPI_AWARENESS_SYSTEM_AWARE constant

  1. @Deprecated('Use DPI_AWARENESS_SYSTEM_AWARE instead')
int const DPI_AWARENESS_SYSTEM_AWARE

System DPI aware. This process does not scale for DPI changes. It will query for the DPI once and use that value for the lifetime of the process. If the DPI changes, the process will not adjust to the new DPI value. It will be automatically scaled up or down by the system when the DPI changes from the system value.

Implementation

@Deprecated('Use DPI_AWARENESS_SYSTEM_AWARE instead')
static const DPI_AWARENESS_SYSTEM_AWARE = 1;