mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 11:43:19 +08:00
feat: Added toString method to all the drags events message handlers (#2014)
Added toString method to all Drag Event message Handlers in flame/lib/src/events/messages/ which were returning pure data objects and were not much meaningful
This commit is contained in:
@ -4,7 +4,6 @@ import 'package:flutter/material.dart';
|
||||
|
||||
class Player extends PositionComponent {
|
||||
static final _paint = Paint()..color = Colors.white;
|
||||
|
||||
@override
|
||||
void render(Canvas canvas) {
|
||||
canvas.drawRect(size.toRect(), _paint);
|
||||
|
||||
Reference in New Issue
Block a user