Skip to content

Instantly share code, notes, and snippets.

View lopo12123's full-sized avatar
🥲
nothing comes for free, nothing comes easily ~

lopo lopo12123

🥲
nothing comes for free, nothing comes easily ~
  • Wonderland
View GitHub Profile
import 'package:flutter/material.dart';
class FadeIndexedStack extends StatefulWidget {
final int index;
final List<Widget> children;
final Duration duration;
const FadeIndexedStack({
Key key,
this.index,