prefix property

Widget? prefix
final

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

The prefix parameter is displayed at the start of the row. Standard iOS guidelines encourage passing a Text widget to prefix to detail the nature of the row's child widget. If null, the child widget will take up all horizontal space in the row.

Implementation

final Widget? prefix;