mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-04 04:47:13 +08:00
Linting
This commit is contained in:
@ -9,7 +9,8 @@ void main() {
|
||||
}
|
||||
|
||||
/// Includes an example including basic detectors
|
||||
class MyGame extends Game with TapDetector, DoubleTapDetector, PanDetector, LongPressDetector {
|
||||
class MyGame extends Game
|
||||
with TapDetector, DoubleTapDetector, PanDetector, LongPressDetector {
|
||||
final _whitePaint = BasicPalette.white.paint;
|
||||
final _bluePaint = Paint()..color = const Color(0xFF0000FF);
|
||||
final _greenPaint = Paint()..color = const Color(0xFF00FF00);
|
||||
|
||||
Reference in New Issue
Block a user