menu
parrot package
documentation
parrot.dart
Parrot
Parrot factory constructor
Parrot factory constructor
dark_mode
light_mode
Parrot
constructor
Parrot
(
Module
module
)
Create a new
Parrot
application.
Implementation
factory Parrot(Module module) => _ParrotApplicationImpl(module);
parrot package
documentation
parrot
Parrot
Parrot factory constructor
Parrot class