Package dev.pfaff.altargui
package dev.pfaff.altargui
-
ClassDescriptionSome resources are held here as program globals for performance or complexity reasons.Identifies a widget in the tree.Together with the parent's key, identifies a widget by the
getState
call-site in the tree.Global keys, represented byKey.Global
, like allCallSite
s, are compared by identity.Responsible for including children for input events and painting.Responsible for maintaining widget state.Inspired by Flutter's approach: Widgets are essentially factories for configured elements (subclasses ofWidgetInstance
).WidgetInstance<W extends Widget>