FloatingComponentStateEvent constructor
FloatingComponentStateEvent({
- required LayoutPosition position,
- required ComponentType? componentType,
- required FloatingComponentState state,
- bool isAutoTriggered = false,
- DateTime? timestamp,
Implementation
FloatingComponentStateEvent({
required this.position,
required this.componentType,
required this.state,
this.isAutoTriggered = false,
DateTime? timestamp,
}) : timestamp = timestamp ?? DateTime.now();