descriptionWidget property
A custom widget to display as description instead of plain text. Type: Widget (optional, defaults to SizedBox.shrink()). Usage: For rich content like formatted instructions or icons in the description area.
Implementation
final Widget descriptionWidget;