prefix property

Widget? prefix
final

A widget that is displayed at the start of the row.

The prefix widget is displayed at the start of the row. Standard iOS guidelines encourage passing a Text widget to prefix to detail the nature of the input.

Implementation

final Widget? prefix;