loading_button_widget 0.0.1 copy "loading_button_widget: ^0.0.1" to clipboard
loading_button_widget: ^0.0.1 copied to clipboard

加载按钮

loading_button_widget #

A new Flutter package project.

Getting Started #

Padding(
    padding: const EdgeInsets.symmetric(horizontal: 20),
    child: LoadingButtonWidget(
    title: "保存",
    color: Colors.brown,
    height: 44,
    onTap: () async {
        await Future.delayed(Duration(seconds: 2));
        // _incrementCounter();
        },
    ),
),
1
likes
20
points
23
downloads

Publisher

verified publisherbaizi.io

Weekly Downloads

加载按钮

Homepage

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on loading_button_widget