Reputation: 8151
Looking for example at the Element class in the Dart API the getters borderEdge, className and paddingEdge don't actually exist and if used they throw an NoSuchMethod error.
Anyone knows what I could be doing wrong or what concept in the API I don't understand? I don't see any difference between the methods that do work and those who don't.
Upvotes: 2
Views: 70
Reputation: 76273
You should look at doc of the current integration build. You are looking at the doc of bleeding edge.
Upvotes: 4