0 purchases
spacing generator annotation
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;
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.