folding_cell 1.0.2 copy "folding_cell: ^1.0.2" to clipboard
folding_cell: ^1.0.2 copied to clipboard

Simple folding cell widget, pass frontWidget and innerWidget to fold and unfold.

example/lib/main.dart

import 'package:example/demos/demos_new.dart';
import 'package:flutter/material.dart';

/*
  Old examples are in `demos_old.dart`;
 */

void main() => runApp(
      MaterialApp(
        home: SafeArea(
          child: Scaffold(
            body: Material(
              child: FoldingCellSimpleDemo(),
            ),
          ),
        ),
      ),
    );
131
likes
150
points
156
downloads

Publisher

unverified uploader

Weekly Downloads

Simple folding cell widget, pass frontWidget and innerWidget to fold and unfold.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on folding_cell