WidgetBackground.fromString

Creates a widget from the string.

Currently, it only supports solid colors via Color.fromString, but it will likely be expanded in the future to something more like css.

struct WidgetBackground
static
fromString
(
string s
)

Meta