adhara
ri
ResInheritedWidget
ResInheritedWidget const constructor
ResInheritedWidget
ResInheritedWidget class
Constructors
ResInheritedWidget
Properties
res
child
hashCode
key
runtimeType
Methods
updateShouldNotify
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
Static methods
of
ofFuture
ResInheritedWidget constructor
const
ResInheritedWidget
(
{
Key
key
,
Resources
res
,
Widget
child
})
Implementation
const ResInheritedWidget({Key key, this.res, Widget child}) : super(key: key, child: child);