Search
 
SCRIPT & CODE EXAMPLE
 

DART

How to change background color of Elevated Button in flutter

ElevatedButton(
              style: ElevatedButton.styleFrom(
                primary: Colors.amber,
              ), 
              child: Text('ElevatedButton'),
              onPressed: () {},
            ),
Comment

elevated Button Theme background color in flutter

 style: ElevatedButton.styleFrom(
              primary: Colors.purple,
            ),
Comment

PREVIOUS NEXT
Code Example
Dart :: flutter send function as parameter 
Dart :: todate format dart 
Dart :: how to print data types in dart 
Dart :: flutter ios disable back gesture 
Dart :: textbutton flutter 
Dart :: list in dart 
Dart :: flutter vibration 
Dart :: srring reverse dart 
Dart :: flutter pass onchanged callback in arguments 
Dart :: how to get isoCode based on location in flutter 
Dart :: filter duplicates in dart 
Dart :: dart httop client 
Dart :: flutter timestamp to datetime 
Dart :: dart list equality 
Dart :: dart find in array 
Dart :: clipboard flutter 
Dart :: flutter containerborder 
Dart :: dart list remove item by text 
Dart :: change color icon tabbar flutter 
Dart :: how to get real time data flutter 
Dart :: difference between hot reload and hot restart in flutter 
Dart :: onpressed null flutter 
Dart :: create extention in dart 
Dart :: flutter wait 2 seconds 
Dart :: vxstate listen not working flutter 
Dart :: loob in dart 
Dart :: round border container flutter 
Swift :: how to get index path cell collection view from ui longpress gesture swift 
Swift :: xcode hide keyboard when touch background storyboard 
Swift :: create alert in swift 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =