Suraj Rao

Results 4 comments of Suraj Rao

@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!