trailing property
Widget displayed at the end of the text area.
Positioned after the text content and is commonly used for action buttons, clear buttons, or status indicators.
Implementation
final Widget? trailing;
Widget displayed at the end of the text area.
Positioned after the text content and is commonly used for action buttons, clear buttons, or status indicators.
final Widget? trailing;