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