onTap method

RichTextBuilder onTap(
  1. FutureBuildCallback callback, {
  2. bool isFixed = false,
})

Implementation

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