Skip to content

Instantly share code, notes, and snippets.

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;