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

A space widget with a size based on the rule of 8

WhiteSpace is a space widget with a size based on the rule of 8.

Usage #

import 'package:white_space/white_space.dart';
...

Column(
    children: [
        Text('Title'),
        WhiteSpace.s8(),
        Text('Subtitle'),
    ]
)

...
0
likes
0
pub points
0%
popularity

Publisher

verified publishermanuver.id

A space widget with a size based on the rule of 8

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on white_space