circular_placeholder

Creator: coderz1093

Last updated:

0 purchases

circular_placeholder Image
circular_placeholder Images

Languages

Categories

Add to Cart

Description:

circular placeholder

Circular Placeholder #
Preview:

Sample:
class HomePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
body: Center(
child: Container(
height: 120,
width: 220,
child: CircularPlaceholder(
color: Colors.green,
strokeWidth: 3,
),
),
),
);
}
}
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.