native_widgets
native_widgets copied to clipboard
Text of NativeDialogAction should be uppercase if using material
trafficstars
Can you make a PR?
Hi @rodydavis , can I take this up?
You can!
Thanks @rodydavis , I guess the only way where I can achieve this is by adding .toUpperCase() wherever NativeDialogAction is being used, as the NativeDialogAction is const. Shall I go ahead with this or if there is any other strategy please let me know.
That works for me!
Thanks @rodydavis . I will do the rest!