You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you can just wrap the whole InternationalPhoneInput in a container with a decoration. That's how I did mine, and it worked.
See this: Container( padding: EdgeInsets.symmetric( horizontal: 5), decoration: BoxDecoration( color: Color(color), borderRadius: BorderRadius.circular(5.0), ), child: InternationalPhoneInput(params),)
On Fri, Sep 25, 2020 at 9:07 AM Alexander Cubby ***@***.***> wrote:
I think you can just wrap the whole InternationalPhoneInput in a container
with a decoration. That's how I did mine, and it worked.
See this:
Container( padding: EdgeInsets.symmetric( horizontal: 5), decoration:
BoxDecoration( color: Color(color), borderRadius:
BorderRadius.circular(5.0), ), child: InternationalPhoneInput(params),)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC4CHM4NQJM3UKNNAGHPCCLSHRFURANCNFSM4M65FQ6A>
.
Hello,
thanks for the component, it is great!
I would like to add these properties to the TextFields
**[fillColor, Opacity, and filled]
InputDecoration(
fillColor: Colors.transparent.withOpacity(0.5),
filled:true,**
can you add it or if i do it on a branch will you merge it into the package? I dont have much experience with contributing!
Thanks :)
Andy ink
The text was updated successfully, but these errors were encountered: