简体   繁体   中英

Flutter - how to change selected text color?

在此处输入图片说明

i have this TextFormField so far, i've changed the highlighted background color with textSelectionColor property and the handlebars color with textSelectionHandleColor . But how can i change the text color of the highlighted text as shown in the image above?

Didn't find any property that directly does this but i found an alternative way withOpacity() function, which does the job as intended. Example:

Color(0xff00BCD4).withOpacity(0.3)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM