common_control

Creator: coderz1093

Last updated:

0 purchases

common_control Image
common_control Images

Languages

Categories

Add to Cart

Description:

common control

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,
),
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.