icon_giga property

double get icon_giga

Implementation

double get icon_giga => !Get.find<AppSettings>().anyMobile
    ? _staticIconSizes["giga"]!
    : _sensedSize * _sizeIconRatios["giga"]!;