TextSeparatorRow constructor

TextSeparatorRow(
  1. String text
)

Implementation

TextSeparatorRow(String text)
    : text = Text(value: text, direction: AlignmentDirection.center);