8000 GitHub - YiYuhki/common_control: A new widget to replace the default widget
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

YiYuhki/common_control

Repository files navigation

Common Control

A new widget to replace the default widget

How to use

A common control is a widget that replaces the default widget.

CColumn(
        padding: EdgeInset.all(10),
        margin: EdgeInset.all(10),
        onTab: () => {},
        flex: 1,
        gap: 10,
     ),
     
CRow(
        padding: EdgeInset.all(10),
        margin: EdgeInset.all(10),
        onTab: () => {},
        flex: 1,
        gap: 10,
     ),     

About

A new widget to replace the default widget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0