widgets
Here are 718 public repositories matching this topic...
-
Updated
May 6, 2021 - Swift
-
Updated
May 12, 2021 - Java
-
Updated
May 12, 2021 - TypeScript
-
Updated
May 12, 2021 - TypeScript
Description
Okay. So there is two issues. Both are related to each other so I will combine it into one.
Bug 1) When user reaches to dropdown widget via hitting tab tab tab it is not highlighting as other controls like textbox but control has reached t
Describe the bug
"About" web wallpaper properties view removes colon and custom port numbers from display URL
To Reproduce
Steps to reproduce the behavior:
(Below instructions are using Windows 10 20H2)
- Open Lively Wallpaper - Show
- Click on '+ Add Wallpaper'
- Enter URL that contains a colon ':' and custom port number e.g. 'http://blah**:80**'
- Select OK.
- Right-click
-
Updated
Apr 16, 2021 - Rust
-
Updated
May 8, 2021 - TypeScript
-
Updated
May 12, 2021 - JavaScript
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Apr 1, 2021 - CoffeeScript
-
Updated
May 12, 2021 - JavaScript
-
Updated
May 13, 2020 - Dart
-
Updated
Feb 17, 2021 - PLpgSQL
-
Updated
May 6, 2021 - TypeScript
-
Updated
May 10, 2021 - Lua
-
Updated
Dec 8, 2016 - JavaScript
-
Updated
Feb 27, 2021 - Vim script
-
Updated
Apr 30, 2021 - Swift
Please, make extension params nullable, where underlying class params are nullable.
For example, now (in version 0.3.1) 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
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.