Lucas
Lucas
### Dev Home version 0.137.141.0 ### Windows build number 10.0.22624.1755 ### Other software OS Build Version: 10.0.22624.1755.amd64fre.ni_release.220506-1250 .NET Version: .NET 6.0.16 ### Steps to reproduce the bug Pin CPU widget...
In my app I created an AnimationController to manually handle the animation state. ```dart enum _FingerprintButtonLottieState { initial(0), clicked(.36), successBiometricTarget(.85); const _FingerprintButtonLottieState(this.target); final double target; } ... _buttonController = AnimationController(...
Hi there! I noticed there's a "DisableTooltip" property in the engine, althought there isn't a way to edit it through MdScrollViewer.