SegmentedWidget<T extends Object> constructor
const
SegmentedWidget<T extends Object> ({})
Android
iOS

Implementation
const SegmentedWidget({
super.key,
required this.child,
this.titulo,
this.hintText,
required this.alignment,
});