menu
loader_bundle package
documentation
feature/loaders/moving_dots.dart
MovingDots
MovingDots.new const constructor
MovingDots.new const constructor
dark_mode
light_mode
MovingDots
constructor
const
MovingDots
(
{
Key
?
key
,
required
double
size
,
required
Color
color
,
})
Implementation
const MovingDots({ super.key, required this.size, required this.color, });
loader_bundle package
documentation
feature/loaders/moving_dots
MovingDots
MovingDots.new const constructor
MovingDots class