-
-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Here's my code for the textinputdialog:
showTextInputDialog(
context: context,
textFields: [
DialogTextField(
initialText: widget
.recentChatBlockEntity
.title,
hintText: 'Title'),
],
title: 'Rename chat')
This works great - however when the app is in dark mode it shows black text on a black background - I want to change the color of the text of the DialogTextField, the initialText to be white and hintText to have lightgray color...
How can I achieve this?
P.S. Would be good to add some more documentation regarding the package and it's configutations
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Todo