easy_padding

Creator: coderz1093

Last updated:

0 purchases

easy_padding Image
easy_padding Images

Languages

Categories

Add to Cart

Description:

easy padding

Easy_padding #


You can add padding to any widgets with easy_padding package.
Getting started #
To install this package, open pubspec.yaml file and add to dependencies.
dependencies:
...
on_click ^0.0.2
copied to clipboard
Also you can install package from terminal, write following command in terminal
flutter pub add easy_padding
copied to clipboard
Usage #
After installing import package
import 'package:on_click/on_click.dart';
copied to clipboard
Example #
Text('data').all(50),
copied to clipboard
CircleAvatar(
backgroundColor: Colors.yellow,
).only(
top: 15,
left: 30,
right: 40,
),
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.