child property

Widget? child
final

type of Widget which can be text , icon etc which is generally used to show the percentage of progress complete

Implementation

final Widget? child;