CSIntValueStoreProperty

constructor(store: CSStore, key: String, getDefault: () -> Int, onChange: (value: Int) -> Unit? = null)
constructor(store: CSStore, key: String, default: Int, onChange: (value: Int) -> Unit? = null)