DimenLayout constructor
const
DimenLayout({
- Key? key,
- bool primary = true,
- required Widget builder(
- BuildContext context,
- DimenData data
Implementation
const DimenLayout({
super.key,
this.primary = true,
required this.builder,
});