with_helper

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

with helper

WithHelper is a simple helper class that can be used to add equal spacing between widgets in a list, either horizontally or vertically.
Features #
Helps a widget to have equal spacing
Getting started #
flutter pub add with_helper
copied to clipboard
Usage #
Column(
children: WithHelper().withSpacing(
spacing:16
childern:[
Text('Sample'),
Text('Sample'),
Text('Sample'),
Text('Sample'),
Text('Sample'),
Text('Sample')
],
)
)
copied to clipboard
Additional information #
this is just very small package to start but please if you have somthing to add up you are more than welcome.

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.