overscrollBehaviorInline property
String
get
overscrollBehaviorInline
Implementation
_i2.String get overscrollBehaviorInline => _i4.getProperty(
this,
'overscrollBehaviorInline',
);
set
overscrollBehaviorInline
(String value)
Implementation
set overscrollBehaviorInline(_i2.String value) {
_i4.setProperty(
this,
'overscrollBehaviorInline',
value,
);
}