SharableTextField constructor
Implementation
SharableTextField({
super.key,
required String? text,
this.share,
this.icon,
this.label,
this.style,
this.trailing,
this.leading,
}) {
state = TextFieldState(text: text, editable: false);
}