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

Annotations for spacing_generator. Automatically generate SizedBoxes and Paddings from defined sizes.

spacing_generator_annotation #

To be used together with spacing_generator. Does nothing without spacing_generator.

Example #

import 'package:flutter/material.dart'; // don't forget to import material

@Spacing()
class SpaceValues {
  
  static const tiny = 2.0;
  static const small = 4.0;
  
}

0
likes
120
pub points
45%
popularity

Publisher

verified publisherstefangaller.at

Annotations for spacing_generator. Automatically generate SizedBoxes and Paddings from defined sizes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on spacing_generator_annotation