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

Method remove_hover_state

fletmint/text_input.py:159–171  ·  view source on GitHub ↗
(self, e)

Source from the content-addressed store, hash-verified

157 self.on_focus_additional(e)
158
159 def remove_hover_state(self, e):
160 self.border = ft.border.all(
161 4,
162 ft.colors.with_opacity(0, self.colors.default_outer_textinput_border_color),
163 )
164 self.inner_container.border = ft.border.all(
165 2, self.colors.default_inner_textinput_border_color
166 )
167 self.update()
168 self.inner_container.update()
169
170 if self.on_blur_additional:
171 self.on_blur_additional(e)

Callers 2

unfocus_dropdownMethod · 0.80
unfocus_dropdownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected