FramePrototypingMixin constructor

FramePrototypingMixin({
  1. OverflowDirection? overflowDirection,
  2. num? numberOfFixedChildren,
  3. OverlayPositionType? overlayPositionType,
  4. Object? overlayBackground,
  5. 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,
    );