DropItem constructor

DropItem({
  1. String? text,
  2. Object? value,
})

Implementation

DropItem({this.text,this.value});