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