easy_padding 0.1.7 copy "easy_padding: ^0.1.7" to clipboard
easy_padding: ^0.1.7 copied to clipboard

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

Also you can install package from terminal, write following command in terminal

flutter pub add easy_padding

Usage #

After installing import package

import 'package:on_click/on_click.dart';

Example #

Text('data').all(50),
CircleAvatar(
    backgroundColor: Colors.yellow,
   ).only(
    top: 15, 
    left: 30, 
    right: 40,
   ),
6
likes
120
pub points
61%
popularity

Publisher

unverified uploader

easy padding.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on easy_padding