I'm developing a package for flutter and i am trying to add documentation for it, problem is i have a couple of factory methods and i want to document the individual parameters that go into them just like we do for constructors
But i am out finding that a limitation is in place where you have to reference method parameters in the method's own doc comments which works for regular functions but i find that single parameter comments are helpful when working with widgets that other people wrote (such as the built-in flutter widgets) and i think that not having documentation for the parameters of my factory methods is detrimental to the ease of use of my package