AdapterDelegates
AdapterDelegates copied to clipboard
Delegates hierarchy and reusability
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?