We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
overflowY
borderRadius Left|Right|Top|Bottom
boxShadow
position (relative, absolute) top|right|left|bottom
FlatList
GridView
coder
TextField
Button
Icon
The text was updated successfully, but these errors were encountered:
omariosouto
No branches or pull requests
Why
How
overflowY
with list view under the hood;borderRadius Left|Right|Top|Bottom
supporting string to enable fine tuning in future;boxShadow
props splited in multiple params to make the development quicker #53position (relative, absolute) top|right|left|bottom
this is very important for different kinds of layouts, we definitively needs to have this. #54FlatList
toGridView
suggestion by Alex Felipe #59coder
as we do with Stylesheets and allow React and Flutter provide a custom theme with partial information #58TextField
#55Button
#56Icon
#57Definition of Done
The text was updated successfully, but these errors were encountered: