flutter_neumorphism

Last updated:

0 purchases

flutter_neumorphism Image
flutter_neumorphism Images
Add to Cart

Description:

flutter neumorphism

⚙️ Installation #
https://pub.dev/packages/flutter_neumorphism


dependencies:
flutter_neumorphic: ^0.0.1

//requires flutter > 3.10.0
copied to clipboard
The in your .dart files
import 'package:flutter_neumorphism/flutter_neumorphism.dart';

## 📦 Neumorphic

```dart

Neumorphism(
style: NeumorphismStyle(
shape: NeumorphismShape.concave,
boxShape: NeumorphismBoxShape.roundRect(BorderRadius.circular(12)),
depth: 8,
lightSource: LightSource.topLeft,
color: Colors.grey
),
child: ...
)
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.