nameText property

String? get nameText

Implementation

String? get nameText => _name != null ? _name!.text : '';