material_neumorphic_background 1.1.3 copy "material_neumorphic_background: ^1.1.3" to clipboard
material_neumorphic_background: ^1.1.3 copied to clipboard

A Flutter package for creating Neumorphic background.

Material Neumorphic Background #

Part of Material Neumorphic widgets suit.

Usage #

A container that takes the current [NeumorphicTheme] baseColor as backgroundColor @see [NeumorphicTheme]

Default color it from material colorscheme, [secondaryContainer]

It can provide too a roundRect clip of the screen border using [borderRadius], [margin] and [backendColor]

NeumorphicBackground(
    borderRadius: BorderRadius.circular(12),
    margin: EdgeInsets.all(12),
    child: Container(
        height: 100,
        width: 100,
    ),
),
1
likes
140
points
72
downloads

Publisher

verified publishergsmlg.dev

Weekly Downloads

A Flutter package for creating Neumorphic background.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, material_neumorphic_theme

More

Packages that depend on material_neumorphic_background