white_space 0.2.0 copy "white_space: ^0.2.0" to clipboard
white_space: ^0.2.0 copied to clipboard

A widget to create white space between widgets with the size based on the rule of 8

WhiteSpace is a widget to create white space between widgets with the size based on the rule of 8.


Install #

flutter pub add white_space

WhiteSpace Usage #

Size Usage
2 WhiteSpace.xxxs
4 WhiteSpace.xxs
8 WhiteSpace.xs
10 WhiteSpace.s
12 WhiteSpace.m
16 WhiteSpace.l
24 WhiteSpace.xl
32 WhiteSpace.xxl
64 WhiteSpace.xxxl
Specified Size WhiteSpace.size()
Scale of 8 WhiteSpace.scale()

SpaceSize Usage #

Size Usage
2 SpaceSize.xxxs
4 SpaceSize.xxs
8 SpaceSize.xs
10 SpaceSize.s
12 SpaceSize.m
16 SpaceSize.l
24 SpaceSize.xl
32 SpaceSize.xxl
64 SpaceSize.xxxl

ScaleSize Usage #

Scale Usage
0.25 ScaleSize.xxxs
0.5 ScaleSize.xxs
1.0 ScaleSize.xs
1.25 ScaleSize.s
1.5 ScaleSize.m
2.0 ScaleSize.l
3.0 ScaleSize.xl
4.0 ScaleSize.xxl
8.0 ScaleSize.xxxl
0
likes
160
pub points
0%
popularity

Publisher

verified publishermanuver.id

A widget to create white space between widgets with the size based on the rule of 8

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on white_space