Em.text constructor

Em.text(
  1. String text
)

Implementation

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