Package dev.pfaff.altargui
package dev.pfaff.altargui
-
ClassDescriptionHolds
static final
references so that usages can be less verbose.Identifies a widget in the tree.Together with the parent's key, identifies a widget by thegetState
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>