component property

Map<String, dynamic>? component
getter/setter pair

component is a Map in which have some properties about the component that called the action

Implementation

Map<String, dynamic>? component;