Sizes

fun Sizes(    normal: Property,     small: Property = normal,     smaller: Property = small,     tiny: Property = smaller,     large: Property = normal,     larger: Property = large,     huge: Property = larger,     giant: Property = huge,     full: Property = giant,     wide: ScaledValue)