Div.WithText constructor

Div.WithText(
  1. String text
)

Implementation

factory Div.WithText(String text) => Div(WithText(text));