common_control 0.0.54 copy "common_control: ^0.0.54" to clipboard
common_control: ^0.0.54 copied to clipboard

A new widget to replace the default widget

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,
     ),