You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I try to use adapter delegates for building reusable widgets.
For example, I have several buttons, which have some differences in width, height, background, and maybe some other UI options. Also, these widgets have lots of common logic. What appropriate way to create some hierarchy and avoid copy past in that case?
The text was updated successfully, but these errors were encountered:
Hi! I try to use adapter delegates for building reusable widgets.
For example, I have several buttons, which have some differences in width, height, background, and maybe some other UI options. Also, these widgets have lots of common logic. What appropriate way to create some hierarchy and avoid copy past in that case?
The text was updated successfully, but these errors were encountered: