DefaultFrameMixin constructor
DefaultFrameMixin({
- Object? detachedInfo,
- ReadonlyArray<
Object> ? layoutGrids, - String? gridStyleId,
- bool? clipsContent,
- ReadonlyArray<
Guide> ? guides, - InferredAutoLayoutResult? inferredAutoLayout,
- Future<
void> setGridStyleIdAsync()?, - OverflowDirection? overflowDirection,
- num? numberOfFixedChildren,
- OverlayPositionType? overlayPositionType,
- Object? overlayBackground,
- OverlayBackgroundInteraction? overlayBackgroundInteraction,
- ReadonlyArray<
Reaction> ? reactions, - Future<
void> setReactionsAsync()?,
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),
);