child property
The child widget. If child is null
, then a Text widget will be
generated with description as its data
.
Implementation
final Widget? child;
The child widget. If child is null
, then a Text widget will be
generated with description as its data
.
final Widget? child;