I want to add asteric sign in InputDecoration
labelText and change color(like red) of it so that user understand easily this field is required.
TextField(
autofocus: true,
controller: _nameCtrlr,
keyboardType: TextInputType.text,
decoration: InputDecoration(
labelText: "Name *",
))
Expected result like this image Sample Image