Features

JSNeomorphism helps you to build Neomorphic containers which brings much decorative look to your application.

Screenshorts

JSNeomorphism

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)),

Additional information

Watch out for the example for more understanding . You can find the repo at https://github.com/JastySaran/JSNeomorphism

Libraries

js_neomorphism