0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.