menu
flutter_apxorweb package
documentation
flutter_apxorweb_web.dart
ApxorWidget
ApxorWidget const constructor
ApxorWidget const constructor
dark_mode
light_mode
ApxorWidget
constructor
const
ApxorWidget
(
{
Key
?
key
,
required
Widget
child
,
dynamic
containerKey
,
})
Implementation
const ApxorWidget({Key? key, required this.child, this.containerKey}) : super(key: key);
flutter_apxorweb package
documentation
flutter_apxorweb_web
ApxorWidget
ApxorWidget const constructor
ApxorWidget class