Fix existing lint issues

This commit is contained in:
Luan Nico
2020-05-09 12:51:37 -04:00
parent 48531bff36
commit 2c17ef5bbb
5 changed files with 9 additions and 9 deletions

View File

@ -78,7 +78,7 @@ abstract class PositionComponent extends Component {
bool renderFlipX = false;
bool renderFlipY = false;
bool debugMode = false;
List<PositionComponentEffect> _effects = [];
final List<PositionComponentEffect> _effects = [];
Color get debugColor => const Color(0xFFFF00FF);