ResInheritedWidget constructor

const ResInheritedWidget({Key key, Resources res, Widget child })

Implementation

const ResInheritedWidget({Key key, this.res, Widget child})
    : super(key: key, child: child);