GtkThemeData class

Constructors

GtkThemeData({required String name, int theme_fg_color = 0xff, int theme_text_color = 0xff, int theme_bg_color = 0xff, int theme_base_color = 0xff, int theme_selected_bg_color = 0xff, int theme_selected_fg_color = 0xff, int warning_color = 0xff, int error_color = 0xff, int success_color = 0xff, String font = ""})

Properties

error_color int
Usually red on most themes
getter/setter pair
font String
Current font with size, might need parsing
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
Name of the current GTK Theme.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success_color int
Usually blue / green on most themes
getter/setter pair
theme_base_color int
Main Base Color.
getter/setter pair
theme_bg_color int
Main BG Color.
getter/setter pair
theme_fg_color int
Foreground Color, usually for text.
getter/setter pair
theme_selected_bg_color int
Main Selected BG Color.
getter/setter pair
theme_selected_fg_color int
Main selected FG Color.
getter/setter pair
theme_text_color int
Text Color.
getter/setter pair
themeData ThemeData
no setter
warning_color int
Usually orange / yellow on most themes
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

initialize() Future<GtkThemeData>
Initialize a GtkThemeData object with the current theme data.