Tyler Holland
Tyler Holland
I've noticed that a lot of the methods in the generated Dart API docs for Flare-Flutter don't have descriptions about what the parameters actually do. Example: https://pub.dev/documentation/flare_dart/latest/animation_actor_animation/ActorAnimation/apply.html I had to...
Instead of just strictly EdgeInsets This follows normal Flutter widget practices when accepting a padding parameter, like Container: https://github.com/flutter/flutter/blob/main/packages/flutter/lib/src/widgets/container.dart#L307C9-L307C27 *Replace this paragraph with a description of what this PR is...
### Steps to reproduce 1. Create a DropdownMenu widget and disable text editing (by setting `enableFilter` and `enableSearch` to false, as documented in https://github.com/flutter/flutter/issues/116587). 2. Using Voiceover/Talkback, select the DropdownMenu....