content property

Widget? content
final

The (optional) content of the modal is displayed in the center of the modal in a lighter font.

Typically this is a SingleChildScrollView that contains the modal's message. As noted in the GiffyModal documentation, it's important to use a SingleChildScrollView if there's any risk that the content will not fit.

Implementation

final Widget? content;