label property

String? label
final

label can be used in case you just want to show a string inside the container. If child is not specified and label is null, the label default value is set to Empty String

Implementation

final String? label;