Cupertino Container
Cupertino container package lets you add a container with cupertino rounded corners to your Flutter app.
Installation
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
cupertino_container: ^1.0.0
- Import the package and use it in your Flutter App.
import 'package:cupertino_container/cupertino_container.dart';
Example
There are a number of properties that you can modify:
- radius
- child
- decoration
- margin
- padding
- onPressed
- height
- width
|
Next Goals
-
x
Add onPressed for functions. Now, you can specify the onPressed and specify a function. -
x
Change other attributes of CupertinoContainer. Changemargin
,padding
and other properties. -