Get appropriate width calculation based on platform
static double getResponsiveWidth(double fallbackWidth) { // This helps replace GetX's Get.width which can be null return fallbackWidth; }