builder property

Widget Function(double height, double width) builder
final

The builder function that uses the height and width for custom layout. This should return a widget

Implementation

final Widget Function(double height, double width) builder;