copied property

NikuGridView copied
override

Implementation

NikuGridView get copied => NikuGridView(
      key: key,
      type: type,
      itemCount: itemCount,
      children: children,
      scrollDirection: scrollDirection,
      reverse: reverse,
      controller: controller,
      primary: primary,
      physics: physics,
      shrinkWrap: shrinkWrap,
      padding: padding,
      mainAxisSpacing: mainAxisSpacing,
      crossAxisSpacing: crossAxisSpacing,
      childAspectRatio: childAspectRatio,
      addAutomaticKeepAlives: addAutomaticKeepAlives,
      addRepaintBoundaries: addRepaintBoundaries,
      addSemanticIndexes: addSemanticIndexes,
      cacheExtent: cacheExtent,
      semanticChildCount: semanticChildCount,
      dragStartBehavior: dragStartBehavior,
      keyboardDismissBehavior: keyboardDismissBehavior,
      restorationId: restorationId,
      clipBehavior: clipBehavior,
      itemBuilder: itemBuilder,
      maxCrossAxisExtent: maxCrossAxisExtent,
      maxCrossExtent: maxCrossExtent,
      gridDelegate: gridDelegate,
      childrenDelegate: childrenDelegate,
    )..$parent.$merge($parent);