This commit is contained in:
Erick Zanardo
2020-06-30 23:49:56 -03:00
parent 32df868b5b
commit 629fbb7247
5 changed files with 15 additions and 15 deletions

View File

@ -27,7 +27,7 @@ class TextComponent extends PositionComponent {
_updateBox();
}
TextComponent(this._text, {TextConfig config }) {
TextComponent(this._text, {TextConfig config}) {
_config = config ?? TextConfig();
_updateBox();
}