text property

String? text
final

Optional single text child sugar — equivalent to children: [Text(text)] when no explicit children are given.

Implementation

final String? text;