AffectedByStartingStylesFlagUpdatedEvent constructor

AffectedByStartingStylesFlagUpdatedEvent({
  1. required NodeId nodeId,
  2. required bool affectedByStartingStyles,
})

Implementation

AffectedByStartingStylesFlagUpdatedEvent({
  required this.nodeId,
  required this.affectedByStartingStyles,
});