0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.