Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel beta, 1.24.0-10.2.pre, on Microsoft Windows [Version 10.0.18363.1316], locale en-ZA)
[!] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
X Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.
[√] Chrome - develop for the web
[√] Android Studio (version 4.1.0)
[√] Connected device (3 available)
! Doctor found issues in 1 category.
Steps to reproduce
ListTileinto theColumninMyHomePage:Observed behaviour (bug)
The text will shift slightly to the right.
Expected behaviour
The text does not move.
Additional information
ListTilewas included in adialog. The shift occurred on the first click within the dialog rather than on the mouseover.visualDensity: VisualDensity.standard,is set then the issue no longer occurs.flutter doctor
Looking forward to some feedback on this.
Thanks.