Last updated:
0 purchases
js neomorphism
Features #
JSNeomorphism helps you to build Neomorphic containers which brings much decorative look to your application.
Screenshorts #
Usage #
import 'package:js_neomorphism/js_neomorphism.dart';
NeomorphismContainer(
containerWidth: null, // if width not given it will take device frame as width
inset: true,
color: null,
containerHeight: 240, // if height is given null it will take the height of he content that appears with in the child
child: Icon(Icons.access_alarm_outlined)),
copied to clipboard
Additional information #
Watch out for the example for more understanding . You can find the repo at
https://github.com/JastySaran/JSNeomorphism
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.