menu
messenger
ui/page/call/widget/animated_dots.dart
AnimatedDots
AnimatedDots const constructor
AnimatedDots
dark_mode
light_mode
AnimatedDots
constructor
const
AnimatedDots
(
{
Key
?
key
,
Duration
duration
=
const Duration(milliseconds: 250)
,
})
Implementation
const AnimatedDots({ super.key, this.duration = const Duration(milliseconds: 250), });
messenger
animated_dots
AnimatedDots
AnimatedDots const constructor
AnimatedDots class