modifierKey property

Key? modifierKey
final

The actual key of the widget, which Modifier wrapped

Because flutter key property is the default for the widget so don't miss-used

  • key which is modifier key
  • modifierKey which is the key of widget in buildWithChild

Implementation

final Key? modifierKey;