SelectableDeltaTextView constructor
const
SelectableDeltaTextView({
- required TextSpan textSpan,
- required FocusNode focusNode,
- Key? key,
- int? maxLines,
- TextAlign textAlign = TextAlign.start,
- Color? selectionColor,
- VoidCallback? onTap,
- void onSelectionChanged(
- TextSelection selection,
- SelectionChangedCause? cause
- Widget contextMenuBuilder()?,
Implementation
const SelectableDeltaTextView({
required this.textSpan,
required this.focusNode,
super.key,
this.maxLines,
this.textAlign = TextAlign.start,
this.selectionColor,
this.onTap,
this.onSelectionChanged,
this.contextMenuBuilder,
});