LayoutInfoNotification constructor

LayoutInfoNotification(
  1. int? index,
  2. Size size
)

Implementation

LayoutInfoNotification(this.index, this.size);