Skip to content

Instantly share code, notes, and snippets.

View rajeshzmoke's full-sized avatar
🏍️
into the abyss

Rajesh Kumar rajeshzmoke

🏍️
into the abyss
  • Bengaluru, Karnataka, India
View GitHub Profile
import 'package:flutter/material.dart';
import 'dart:math';
class FoldablePage extends StatefulWidget {
@override
_FoldableState createState() => _FoldableState();
}
class _FoldableState extends State<FoldablePage>
with SingleTickerProviderStateMixin {