MyoroLayoutBuilderConstraintsCallback typedef

MyoroLayoutBuilderConstraintsCallback = void Function(BoxConstraints constraints)

Callback to pass the current BoxConstraints of the MyoroLayoutBuilder.

Implementation

typedef MyoroLayoutBuilderConstraintsCallback = void Function(BoxConstraints constraints);