expanded property

Widget? expanded
final

Optional trailing widget displayed after the main child. Useful for status badges or quick actions that shouldn't consume the core content width.

Implementation

final Widget? expanded;