avatar

Posted by @ohelp21

08 Nov, 2024,

Updated at 13 Oct, 2025

Please this code i face error in elevated button in flutter
avatar

@ohelp21

08 Nov, 2024

ElevatedButton( style: ElevatedButton.styleFrom( onPrimary: Colors.white, primary: Color(0xffccbbd7), minimumSize: const Size(330,70), shape: const RoundedRectangleBorder( borderRadius: BorderRadius.all( Radius.circular(5), ), ), ), onPressed: () {}, child: const Text('click'), ),