String Arg
The string arg renders a text field in the Widgetbook UI where you can dynamically enter a String value for a widget property.
Variants
The string arg has two variants:
StringArg: Allows you to enter aStringvalue. Does not acceptnullvalues.NullableStringArg: Allows you to enter aStringvalue or set it tonull. Useful when the property is optional.

