builder property

Widget? Function(BuildContext) builder
getter/setter pair

Implementation

Widget? Function(BuildContext) builder = (_) => null;