Search
 
SCRIPT & CODE EXAMPLE
 

DART

dart card outline

Card(
  shape: RoundedRectangleBorder(
    borderRadius: BorderRadius.circular(40), // if you need this
    side: BorderSide(
      color: Colors.grey.withOpacity(0.2),
      width: 1,
    ),
  ),
  child: Container(
    color: Colors.white,
    width: 200,
    height: 200,
  ),
)
Comment

PREVIOUS NEXT
Code Example
Dart :: send null icon flutter 
Dart :: format currency flutter 
Dart :: flutter textfield label color 
Dart :: flutter dropdownbutton enum 
Dart :: no scroll physics flutter 
Dart :: flutter cut string 
Dart :: how to put tapping effect on card in flutter 
Dart :: keyboard push view up flutter 
Dart :: list of strings in dart 
Dart :: alertdialog flutter press outside to disappera 
Dart :: flutter string to datetime format 
Dart :: dart regex for url 
Dart :: dart read file 
Dart :: dart loop through object 
Dart :: Dart set list spread operator 
Dart :: flutter chip 
Dart :: remove status bar in flutter 
Dart :: dart split string 
Dart :: flutter animatedalign 
Dart :: android studio avd blue screen 
Dart :: dart indexof 
Dart :: flutter string to date time 
Dart :: singleton classes in dart example 
Dart :: initialroute flutter 
Dart :: listtile flutter 
Dart :: change name of flutter app 
Dart :: onbackpressed in flutter 
Dart :: binary tree in dart 
Dart :: provider flutter 
Dart :: flutter logo curve 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =