Change textfield handler color.
This commit is contained in:
parent
cdfd7acc14
commit
95bfaf1f45
|
@ -59,6 +59,7 @@ class MyApp extends StatelessWidget {
|
||||||
theme: lightTheme.copyWith(
|
theme: lightTheme.copyWith(
|
||||||
accentColor: setting.accentSetColor,
|
accentColor: setting.accentSetColor,
|
||||||
cursorColor: setting.accentSetColor,
|
cursorColor: setting.accentSetColor,
|
||||||
|
textSelectionHandleColor: setting.accentSetColor,
|
||||||
toggleableActiveColor: setting.accentSetColor),
|
toggleableActiveColor: setting.accentSetColor),
|
||||||
darkTheme: ThemeData.dark().copyWith(
|
darkTheme: ThemeData.dark().copyWith(
|
||||||
accentColor: setting.accentSetColor,
|
accentColor: setting.accentSetColor,
|
||||||
|
|
Loading…
Reference in New Issue