prefix property

String? prefix
final

Optional prefix label rendered inside the field on the leading edge (e.g., 'W', 'H'). Unlike suffix, this is a visual label only — it is never appended to the controller text or the committed value.

Implementation

final String? prefix;