OpenWText constructor
const
OpenWText({})
Returns a Text widget in Teta
Implementation
const OpenWText({
super.key,
required this.state,
required this.value,
required this.textStyle,
required this.isFullWidth,
required this.maxLines,
});