value property
String?
get
value
Implementation
String? get value => controller?.text.isEmpty ?? true ? null : controller?.text.trim();
String? get value => controller?.text.isEmpty ?? true ? null : controller?.text.trim();