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;
}