layoutInfo property

  1. @protected
LayoutInfoType get layoutInfo

The information to invoke the AbstractLayoutBuilder.builder callback with.

This is typically the information that are only made available in performLayout, which is inaccessible for regular Builder widget, such as the incoming Constraints, which are the default value.

Implementation

@protected
LayoutInfoType get layoutInfo => constraints as LayoutInfoType;