mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 19:12:31 +08:00
use final
This commit is contained in:
@ -60,7 +60,7 @@ mixin ComposedComponent on Component {
|
||||
|
||||
if (this is Resizable) {
|
||||
// first time resize
|
||||
Resizable thisResizable = this as Resizable;
|
||||
final Resizable thisResizable = this as Resizable;
|
||||
if (thisResizable.size != null) {
|
||||
c.resize(thisResizable.size);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user