Reputation: 973
I am trying this:
PaperButton pbOK = new PaperButton();
pbOK.innerHtml="OK";
pbOK.attributes={"affirmative":"xxxxx"};//wrong of course..??
which is Dart compiler-legal, but is incorrect.
What should it be please?
Upvotes: 0
Views: 38