Skip to content

yabzec/inner_shadow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inner Shadow Plugin

A flutter plugin for inner shadows.

Features

Create an inner shadow, works also on transparent background child.

Instaling

Add this to your package's pubspec.yaml file:

dependencies:
  inner_shadow:
    git:
      url: https://github.com/yabzec/inner_shadow.git
      ref: main

Then run:

flutter pub get

Usage

InnerShadow(
    child: Container(width: 200, height: 200),
    color: Colors.black,
    borderRadius: BorderRadius.circular(20),
    shadowSize: 0.5,
    shadowBlur: 3,
);

About

A flutter plugin for inner shadows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages