Strong.text constructor

Strong.text(
  1. String text
)

Implementation

Strong.text(String text) : super(children: [T(text)]);