Skip to content

Instantly share code, notes, and snippets.

View Xaypanya's full-sized avatar
:octocat:
Bello

Xaypanya Phongsa Xaypanya

:octocat:
Bello
View GitHub Profile
@khatthaphone
khatthaphone / sticky_note.dart
Created September 25, 2022 07:00
GDG Vientiane - Flutter Festival - Workshop
import 'package:flutter/material.dart';
import 'dart:math' as math;
class StickyNote extends StatelessWidget {
final double? bodyHeight;
final Color? color;
final Widget body;
final int angle, shape;