mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 04:18:25 +08:00
linting
This commit is contained in:
@ -27,7 +27,7 @@ class TextComponent extends PositionComponent {
|
||||
_updateBox();
|
||||
}
|
||||
|
||||
TextComponent(this._text, {TextConfig config }) {
|
||||
TextComponent(this._text, {TextConfig config}) {
|
||||
_config = config ?? TextConfig();
|
||||
_updateBox();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user