Skip to content

Instantly share code, notes, and snippets.

View DK15's full-sized avatar

Darshan Kawar DK15

View GitHub Profile
@DK15
DK15 / textfield-ontap.dart
Created June 9, 2020 12:52
TextField onTap behavior with different routes
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(