Open
Description
Problem
Currently dart doc
mixes methods and extension methods in the same "Methods" section (example).
If the Flutter framework introduced 50+ extension methods on the Widget
type, it would flood the Widget
's methods with extension methods. It becomes difficult to find Widget
's "real" methods.
Solution
Similar to how the "Static Methods" have a separate section (example), we should consider adding a separate section for "Extension Methods"