LayoutValue constructor
const
LayoutValue({
- required double value,
- required LayoutUnit unit,
Implementation
const LayoutValue({
required this.value,
required this.unit,
});