static List<BoxShadow> getShadows() => [ BoxShadow( color: MahasColors.shadowColor, spreadRadius: getInputRadius(), blurRadius: getHeightPercentSize(blurRadius), ) ];