compiler message: lib/main.dart:41:45: Error: Getter not found: 'context'.
compiler message: data: new IconThemeData(color: Theme.of(context).accentColor), //new
Got this error while building friendlychat from flutter.io.
Any advise on how this can be fixed?