variant property

dynamic variant
final

Intended to be used with enums. If you want to create multiple different dialogs. Pass your enum in here and check the value in the builder

Implementation

final dynamic variant;