overscrollBehaviorInline property

String overscrollBehaviorInline

Implementation

_i2.String get overscrollBehaviorInline => _i4.getProperty(
      this,
      'overscrollBehaviorInline',
    );
void overscrollBehaviorInline=(String value)

Implementation

set overscrollBehaviorInline(_i2.String value) {
  _i4.setProperty(
    this,
    'overscrollBehaviorInline',
    value,
  );
}