LayoutValue constructor

const LayoutValue({
  1. required double value,
  2. required LayoutUnit unit,
})

Implementation

const LayoutValue({
  required this.value,
  required this.unit,
});