widgets
Here are 808 public repositories matching this topic...
-
Updated
Nov 2, 2021 - Java
-
Updated
Sep 30, 2021 - Swift
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
For few of the Widgets the text title is displayed as colour in some places and color in some places.
Current status:
1.Container widget - Background colour, Border colour and Shadow color
2.Audio Recorder - Icon color , Background color
3.Button Widget -
-
Updated
Oct 26, 2021 - TypeScript
Issue
Application rules only allow the user to specify a valid executable file: .exe
Solution
Rather than just an .exe file, perhaps this could Provide a list of open processes as they are presented in Task Manager > Details. Other applications such as Discord and Aurora RGB have similar functionality regarding this form of app detection.
-
Updated
Nov 1, 2021 - TypeScript
-
Updated
Oct 31, 2021 - Rust
-
Updated
Nov 2, 2021 - TypeScript
-
Updated
Nov 2, 2021 - JavaScript
-
Updated
Sep 7, 2021 - JavaScript
-
Updated
Oct 3, 2021 - CoffeeScript
-
Updated
Nov 2, 2021 - JavaScript
-
Updated
Oct 21, 2021 - Dart
-
Updated
Oct 20, 2021 - Lua
-
Updated
Oct 10, 2021 - TypeScript
-
Updated
Oct 19, 2021 - PLpgSQL
-
Updated
Feb 27, 2021 - Vim script
-
Updated
Dec 8, 2016 - JavaScript
-
Updated
Feb 20, 2021 - Kotlin
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
StyleSheethas a list of functions without a default implementation. Implementing aStyleSheetis 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.