DefaultFrameMixin constructor

DefaultFrameMixin({
  1. Object? detachedInfo,
  2. ReadonlyArray<Object>? layoutGrids,
  3. String? gridStyleId,
  4. bool? clipsContent,
  5. ReadonlyArray<Guide>? guides,
  6. InferredAutoLayoutResult? inferredAutoLayout,
  7. Future<void> setGridStyleIdAsync(
    1. String
    )?,
  8. OverflowDirection? overflowDirection,
  9. num? numberOfFixedChildren,
  10. OverlayPositionType? overlayPositionType,
  11. Object? overlayBackground,
  12. OverlayBackgroundInteraction? overlayBackgroundInteraction,
  13. ReadonlyArray<Reaction>? reactions,
  14. Future<void> setReactionsAsync(
    1. Array<Reaction>
    )?,
})

Implementation

factory DefaultFrameMixin({
  _i2.Object? detachedInfo,
  _i4.ReadonlyArray<_i2.Object>? layoutGrids,
  _i2.String? gridStyleId,
  _i2.bool? clipsContent,
  _i4.ReadonlyArray<_i3.Guide>? guides,
  _i3.InferredAutoLayoutResult? inferredAutoLayout,
  _i2.Future<void> Function(_i2.String)? setGridStyleIdAsync,
  _i3.OverflowDirection? overflowDirection,
  _i2.num? numberOfFixedChildren,
  _i3.OverlayPositionType? overlayPositionType,
  _i2.Object? overlayBackground,
  _i3.OverlayBackgroundInteraction? overlayBackgroundInteraction,
  _i4.ReadonlyArray<_i3.Reaction>? reactions,
  _i2.Future<void> Function(_i4.Array<_i3.Reaction>)? setReactionsAsync,
}) =>
    DefaultFrameMixin._(
      detachedInfo: detachedInfo ?? _i7.undefined ?? _i7.undefined,
      layoutGrids: layoutGrids ?? _i7.undefined,
      gridStyleId: gridStyleId,
      clipsContent: clipsContent,
      guides: guides ?? _i7.undefined,
      inferredAutoLayout: inferredAutoLayout ?? _i7.undefined,
      setGridStyleIdAsync: setGridStyleIdAsync == null
          ? null
          : _i5.allowInterop(setGridStyleIdAsync),
      overflowDirection: overflowDirection?.name ?? _i7.undefined,
      numberOfFixedChildren: numberOfFixedChildren,
      overlayPositionType: overlayPositionType?.name ?? _i7.undefined,
      overlayBackground: overlayBackground ?? _i7.undefined,
      overlayBackgroundInteraction:
          overlayBackgroundInteraction?.name ?? _i7.undefined,
      reactions: reactions ?? _i7.undefined,
      setReactionsAsync: setReactionsAsync == null
          ? null
          : _i5.allowInterop(setReactionsAsync),
    );