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(),
            ),
          ),
        ),
      ),
    );
126
likes
130
pub points
88%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on folding_cell