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

PlatformAndroid

A Flutter package that provides a blinking circle widget.

Blinking Circle #

A Flutter package that provides a blinking circle widget.

Usage #

import 'package:blinking_circle/blinking_circle.dart';

BlinkingCircle(
  onTap: () {
    // Handle tap
  },
  circleColor: Colors.red,
  circleSize: 100.0,
  containerWidth: 150.0,
  containerHeight: 150.0,
  containerDecoration: BoxDecoration(
    color: Colors.blue,
    borderRadius: BorderRadius.circular(10.0),
  ),
);
copied to clipboard
4
likes
120
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.06 - 2025.01.18

A Flutter package that provides a blinking circle widget.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on blinking_circle