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