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
The practice allows for the view specific properties to be found easily however it makes extending existing widgets clumsy. If I wanted to create a custom TextField for example I would have to modify className in the constructor. Context values here should be kept as flat as possible to make extending easier.
The text was updated successfully, but these errors were encountered:
The practice allows for the view specific properties to be found easily however it makes extending existing widgets clumsy. If I wanted to create a custom
TextField
for example I would have to modifyclassName
in the constructor. Context values here should be kept as flat as possible to make extending easier.The text was updated successfully, but these errors were encountered: