Builds the component's content.
@override Component build() { if (child != null) return child!; if (label != null) return Text(label!); return Empty(); }