Skip to content

Instantly share code, notes, and snippets.

@rjcalifornia
Created March 16, 2021 14:11
GestureDetector(
onTap: () => _selectDate(context),
child: AbsorbPointer(
child: TextField(
style: TextStyle(
color: Color(0xff313945)),
controller: birthdate,
decoration: InputDecoration(
labelText: 'Date Of Birth *',
prefixIcon: Icon(Icons.cake)),
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment