MCPcopy Create free account
hub / github.com/Bbalduzz/fletmint / light

Method light

fletmint/toggle_switch.py:24–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23 @staticmethod
24 def light():
25 return ToggleSwitchColors(
26 container_background_color="#ffffff",
27 container_border_color="#e0e4ed",
28 active_icon_color="#ffffff",
29 non_active_icon_color="#7b849c",
30 active_switch_background_color="#1f5eff",
31 )
32
33
34class ToggleSwitch(ft.Container):

Callers 2

__init__Method · 0.45
did_mountMethod · 0.45

Calls 1

ToggleSwitchColorsClass · 0.85

Tested by

no test coverage detected