@override String? get text => null;
set text(String? newValue) { _clearChildren(); append(Text(newValue.toString())); }