trailing property
A widget to display after the title.
Note that depending on the value of controlAffinity, the trailing widget may replace the rotating expansion arrow icon.
Implementation
final Widget? Function(bool isExpanded)? trailing;
A widget to display after the title.
Note that depending on the value of controlAffinity, the trailing widget may replace the rotating expansion arrow icon.
final Widget? Function(bool isExpanded)? trailing;