widgets
Here are 737 public repositories matching this topic...
-
Updated
May 6, 2021 - Swift
-
Updated
Jun 6, 2021 - Java
-
Updated
Jun 4, 2021 - TypeScript
-
Updated
Jun 4, 2021 - TypeScript
Steps to reproduce:
- Add a table
- Hide all column
- Now click on deploy
and observe
Observation:
It is observed that the "Number of records and pages" are displayed to the user
Expectation:
It is expected not to show the records when all the rows are hidden which leads to confusion by showing the details
 you cant write:
Text(message).textColor(isError ? Colors.red : null)
to change text color (from default) only for some condition.
All params of TextStyle class are nullable.
-
Updated
Jun 6, 2021 - Swift
Improve this page
Add a description, image, and links to the widgets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the widgets topic, visit your repo's landing page and select "manage topics."
Right now any
StyleSheet
has a list of functions without a default implementation. Implementing aStyleSheet
is really annoying, because you have to override all of the functions and not just the thing you want to change.I recently wanted to just change the border_radius of a text_input and I had to write the following code.