updateContentInsets method
Implementation
@override
Future<void> updateContentInsets(EdgeInsets insets, [bool animated = false]) {
return _controller.updateContentInsets(insets, animated);
}
@override
Future<void> updateContentInsets(EdgeInsets insets, [bool animated = false]) {
return _controller.updateContentInsets(insets, animated);
}