thenText method

Widget thenText(
  1. String text
)

Implementation

Widget thenText(String text) {
  return then(TextSpan(text: text));
}