Suraj Rao
Suraj Rao
in v3.0.0-beta.22 I still see this issue
@AhmedLSayed9 ``` import 'package:dropdown_button2/dropdown_button2.dart'; import 'package:flutter/material.dart'; void main() { runApp(const DropdownMenuExample()); } class DropdownMenuExample extends StatelessWidget { const DropdownMenuExample({super.key}); @override Widget build(BuildContext context) { return MaterialApp( theme: ThemeData(useMaterial3: true, colorSchemeSeed:...
@AhmedLSayed9 yes the same behaviour is present in both `3.0.0-beta.16` and `3.0.0-beta.22`
@AhmedLSayed9 its working perfectly in `3.0.0-beta.23`. Thanks!