child property

Widget? child
final

a pre-cached widget that it won't be rebuilded every time that the builder is called

Implementation

final Widget? child;