updateContentInsets method

  1. @override
Future<void> updateContentInsets(
  1. EdgeInsets insets, [
  2. bool animated = false
])
override

Implementation

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