We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89159f8 commit 440168eCopy full SHA for 440168e
lib/main.dart
@@ -53,8 +53,13 @@ class MyApp extends StatelessWidget {
53
Widget build(BuildContext context) {
54
return VRouter(
55
theme: ThemeData(
56
+ textSelectionTheme: TextSelectionThemeData(cursorColor: Colors.grey),
57
primaryColor: Color(0xffda291c),
58
accentColor: Color(0xffdf4d52),
59
+ inputDecorationTheme: InputDecorationTheme(
60
+ focusedBorder: UnderlineInputBorder(
61
+ borderSide: BorderSide(color: Color(0xffda291c)),
62
+ )),
63
buttonTheme: ButtonThemeData(
64
buttonColor: Color(0xffda291c),
65
textTheme: ButtonTextTheme.primary,
0 commit comments