child property

Widget? child
final

Widget representing the main information point of the view.

If this parameters holds a Icon widget, an automatic theme will be applied, setting its size to 100, and using the caption text style's color by default.

Implementation

final Widget? child;