menu
flutter_overlay_manager package
documentation
widget/four_rotating_dots.dart
FourRotatingDots
FourRotatingDots const constructor
FourRotatingDots const constructor
dark_mode
light_mode
FourRotatingDots
constructor
const
FourRotatingDots
(
{
Key
?
key
,
required
Color
color
,
required
double
size
,
})
Implementation
const FourRotatingDots({ Key? key, required this.color, required this.size, }) : super(key: key);
flutter_overlay_manager package
documentation
widget/four_rotating_dots
FourRotatingDots
FourRotatingDots const constructor
FourRotatingDots class