Srn53_____

Results 1 comments of Srn53_____

> This is a minimal example where you can reproduce this issue: > > ``` > import 'package:dropdown_button2/dropdown_button2.dart'; > import 'package:flutter/material.dart'; > > void main() { > runApp(const DropdownMenuExample()); >...