prefix property

Widget? prefix
final

Widget to display before text inside the input (e.g., "$").

Placed inline with text.

Implementation

final Widget? prefix;