Skip to content

Binod-Shrestha/flutter-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_containers

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

Lesson learnt:

Containers

  • Properties:
    • EdgeInsets.all()
    • EdgeInsets.only(right/left/top/bottom: double value)
    • EdgeInsets.symmetric(horizental/vertical: double value)
    • decoration:BoxDecoration
      • shape: BoxShape.circle,
      • shape:BoxShape.rectangle,
      • borderRadius: BorderRadius.all(Radius.circular(double value)
      • borderRadius : BorderRadius.only(topLeft: Radius.circular(double value), bottomRight:Radius.circular(double value))
        ###Gradient Property
        • gradient: LinearGradient
        • gradient: RadialGradient
        • colors:[Colors.color type[double value], Colors.color type[double value])
          ####Changing Direction:
          • begin: Alignment.topCenter,
          • end: Alignment.bottomCenter,
        • tileMode: TileMode.clamp
        • radius: double value
        • center:Alignment(x, y)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published