LayoutCallback<T extends Constraints>  typedef 
 
Signature for a function that is called during layout.
Used by RenderObject.invokeLayoutCallback.
Implementation
typedef LayoutCallback<T extends Constraints> = void Function(T constraints);