content property

Widget? content
getter/setter pair

This is an optional param. You should either set content or other params but not both. If content is not null the content is shown instead of the ControlType.

Implementation

Widget? content;