Skip to content

Bwolfs2/zia_button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buy Me A Coffee

zia_button

A new Flutter project.


 Container(
    width: 200,
    child: ZiaAddButtom(
      onChangeValue: (value){
          print(value);
      },
    ),
  ),
  SizedBox(
    height: 10,
  ),
  Container(
    width: 200,
    child: ZiaAddButtomEditable(
      onChangeValue: (value){
          print(value);
      },
    ),
  ),
            

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published