LayoutShift constructor

LayoutShift({
  1. required num value,
  2. required bool hadRecentInput,
  3. required TimeSinceEpoch lastInputTime,
  4. required List<LayoutShiftAttribution> sources,
})

Implementation

LayoutShift({
  required this.value,
  required this.hadRecentInput,
  required this.lastInputTime,
  required this.sources,
});