menu
iconoir_flutter package
documentation
regular/window_tabs.dart
WindowTabs
WindowTabs const constructor
WindowTabs const constructor
dark_mode
light_mode
WindowTabs
constructor
const
WindowTabs
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const WindowTabs({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/window_tabs
WindowTabs
WindowTabs const constructor
WindowTabs class