FramePrototypingMixin constructor
FramePrototypingMixin({
- OverflowDirection? overflowDirection,
- num? numberOfFixedChildren,
- OverlayPositionType? overlayPositionType,
- Object? overlayBackground,
- OverlayBackgroundInteraction? overlayBackgroundInteraction,
Implementation
factory FramePrototypingMixin({
_i3.OverflowDirection? overflowDirection,
_i2.num? numberOfFixedChildren,
_i3.OverlayPositionType? overlayPositionType,
_i2.Object? overlayBackground,
_i3.OverlayBackgroundInteraction? overlayBackgroundInteraction,
}) =>
FramePrototypingMixin._(
overflowDirection: overflowDirection?.name ?? _i7.undefined,
numberOfFixedChildren: numberOfFixedChildren,
overlayPositionType: overlayPositionType?.name ?? _i7.undefined,
overlayBackground: overlayBackground ?? _i7.undefined,
overlayBackgroundInteraction:
overlayBackgroundInteraction?.name ?? _i7.undefined,
);