custom_shape_progress_indicator

Creator: coderz1093

Last updated:

0 purchases

custom_shape_progress_indicator Image
custom_shape_progress_indicator Images

Languages

Categories

Add to Cart

Description:

custom shape progress indicator

Custom shape progress indicator #
Usage #
import 'package:custom_shape_progress_indicator/custom_shape_progress_indicator.dart';
copied to clipboard
Rectangle progress indicator #
CustomShapeProgressIndicator(
progress: 0.7,
child: Container(
padding: const EdgeInsets.all(8),
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(10)),
child: const Text('This is a progress indicator'),
),
)
copied to clipboard
Infinity progress indicator #
CustomShapeProgressIndicator(
child: Container(
padding: const EdgeInsets.all(8),
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(10)),
child: const Text('Infinity progress indicator'),
),
)
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.