@override Text resolve() { return Text( pbText.text.data, key: pbText.key != "" ? Key(pbText.key) : null, ); }