avatar

Posted by @ohelp21

08 Nov, 2024,

Updated at 22 Dec, 2024

Please this code i face error in elevated button in flutter

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'), ),

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'), ),

We use cookies to enhance your browsing experience, serve personalized ads or content, and analyze our traffic. By clicking "Accept", you consent to our use of cookies. learn more Accept