onTap method
Implementation
RichTextBuilder onTap(FutureBuildCallback callback, {bool isFixed = false}) {
_gesture = callback;
_preserveGestures = isFixed;
return this;
}
RichTextBuilder onTap(FutureBuildCallback callback, {bool isFixed = false}) {
_gesture = callback;
_preserveGestures = isFixed;
return this;
}