r property

Resources r

Implementation

Resources get r {
  if (_r == null) {
    _r = ResInheritedWidget.of(context);
  }
  return _r;
}