cloneWithChild method
- @override
override
Implementation
@override
EasyState<T> cloneWithChild(Widget child) {
return EasyState._(
key: key,
delegate: delegate,
updateShouldNotify: updateShouldNotify,
child: child,
);
}
@override
EasyState<T> cloneWithChild(Widget child) {
return EasyState._(
key: key,
delegate: delegate,
updateShouldNotify: updateShouldNotify,
child: child,
);
}