prefix property

Widget? prefix
final

A prefix shown before the child.

If this is not null, rounded or rectangular must be true. If filled is true, this must be null.

Implementation

final Widget? prefix;