### Description The IndicatorSize property of IndicatorView does not reflect changes when updated dynamically at runtime on iOS. | Expected Output | Actual Output | |-----------------|---------------| | <video width="200" height="150" controls src="https://github.com/user-attachments/assets/e7d347fd-cd89-4e1f-a6e3-a21d75af06a1"></video> | <video width="200" height="150" controls src="https://github.com/user-attachments/assets/d6ba6f2f-c9f2-4dfc-a4a6-cb4ddbe9ec94"></video>| ### Steps to Reproduce 1. Run the attached sample [IndicatorSizeSample.zip](https://github.com/user-attachments/files/21663573/IndicatorSizeSample.zip) 2. Change the IndicatorSize and observe the difference. Expected Behavior: The indicators in the IndicatorView should resize according to the value entered in the Entry at runtime. Actual Behavior: On iOS, the indicators remain at their initial size and do not reflect changes made at runtime. ### Link to public reproduction project repository _No response_ ### Version with bug 9.0.90 SR9 ### Is this a regression from previous behavior? Not sure, did not test other versions ### Last version that worked well _No response_ ### Affected platforms macOS, iOS ### Affected platform versions _No response_ ### Did you find any workaround? _No response_ ### Relevant log output ```shell ```
Description
The IndicatorSize property of IndicatorView does not reflect changes when updated dynamically at runtime on iOS.
Screen.Recording.2025-08-07.at.4.19.47.PM.mov
Screen.Recording.2025-08-07.at.4.10.39.PM.mov
Steps to Reproduce
Expected Behavior:
The indicators in the IndicatorView should resize according to the value entered in the Entry at runtime.
Actual Behavior:
On iOS, the indicators remain at their initial size and do not reflect changes made at runtime.
Link to public reproduction project repository
No response
Version with bug
9.0.90 SR9
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
macOS, iOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output