updateContentInsets method

Future<void> updateContentInsets(
  1. EdgeInsets insets,
  2. bool animated
)

Implementation

Future<void> updateContentInsets(EdgeInsets insets, bool animated) async {
  throw UnimplementedError('updateContentInsets() has not been implemented.');
}