content property
The content to be displayed.
Takes priority over the description (i.e. if both content and description are provided, the content is shown).
Implementation
final Widget? content;
The content to be displayed.
Takes priority over the description (i.e. if both content and description are provided, the content is shown).
final Widget? content;