spacing_generator_annotation 0.3.0 spacing_generator_annotation: ^0.3.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;
}