2021年4月2日星期五

How to find all classes implementing an interface in Dart standard library?

I might be missing something, but how do you find all classes implementing an interface or extending a class in Dart API reference documentation?

Say, there is an abstract OutlinedBorder class. How do you find all classes derived from it? e.g. RoundedRectangleBorder and the like.

https://stackoverflow.com/questions/66927887/how-to-find-all-classes-implementing-an-interface-in-dart-standard-library April 03, 2021 at 01:04PM

没有评论:

发表评论