custom_card_package

Creator: coderz1093

Last updated:

0 purchases

custom_card_package Image
custom_card_package Images

Languages

Categories

Add to Cart

Description:

custom card package

Usage #
To show the circular loader in the app
class _LoaderContainerState extends State<Loader> {
@override
Widget build(BuildContext context) {
return const Center(
child: CircularProgressIndicator(
color: Colors.deepOrange,
backgroundColor: Colors.transparent,
),
);
}
}
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.