menu
sequential_navigator package
documentation
sequential_navigator/widgets/number_button_animation.dart
NumberButtonAnimation
NumberButtonAnimation const constructor
NumberButtonAnimation const constructor
dark_mode
light_mode
NumberButtonAnimation
constructor
const
NumberButtonAnimation
(
{
Key
?
key
,
required
int
buttonNumber
,
})
Implementation
const NumberButtonAnimation({Key? key, required this.buttonNumber}) : super(key: key);
sequential_navigator package
documentation
sequential_navigator/widgets/number_button_animation
NumberButtonAnimation
NumberButtonAnimation const constructor
NumberButtonAnimation class