copied property

NikuSelectableText copied
override

Implementation

NikuSelectableText get copied => NikuSelectableText(
      text,
      key: key,
      style: style,
      strutStyle: strutStyle,
      textAlign: textAlign,
      textDirection: textDirection,
      textScaleFactor: textScaleFactor,
      autofocus: autofocus,
      minLines: minLines,
      maxLines: maxLines,
      showCursor: showCursor,
      cursorWidth: cursorWidth,
      cursorHeight: cursorHeight,
      cursorRadius: cursorRadius,
      cursorColor: cursorColor,
      selectionHeightStyle: selectionHeightStyle,
      selectionWidthStyle: selectionWidthStyle,
      enableInteractiveSelection: enableInteractiveSelection,
      selectionControls: selectionControls,
      dragStartBehavior: dragStartBehavior,
      toolbarOptions: toolbarOptions,
      onTap: onTap,
      scrollPhysics: scrollPhysics,
      textWidthBasis: textWidthBasis,
      textHeightBehavior: textHeightBehavior,
    )..$parent.$merge($parent);