This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'dart:ui' as ui; | |
import 'package:flutter/material.dart'; | |
//Add this CustomPaint widget to the Widget Tree | |
//Copy this CustomPainter code to the Bottom of the File | |
class RPSCustomPainter extends CustomPainter { | |
final int? step; |