GetText constructor
const
GetText({})
Create an instance.
Implementation
const GetText({
required this.onDone,
super.key,
this.validator,
this.text,
this.title = 'Enter Text',
this.actions = const [],
this.labelText = 'Text',
this.icon = const Icon(Icons.done_rounded),
});