NeatGenerate constructor
const
NeatGenerate({
- GeneratePadding? padding = const GeneratePadding(),
- GenerateSpace? space = const GenerateSpace(),
Implementation
const NeatGenerate({
///padding helpers generator options
///if null, padding helpers will not be generated
this.padding = const GeneratePadding(),
///space widgets generator options
///if null, space widgets will not be generated
this.space = const GenerateSpace(),
});