showSeparator property Null safety
final
Whether to show a separator between name and description.
If false, name and description should be shown with no separation.
: is typically used as a separator when displaying as text.
Implementation
final bool showSeparator;