menu
fastyle_dart package
documentation
ui/layouts/media_layout_observer.dart
FastMediaLayoutObserver
FastMediaLayoutObserver.new const constructor
FastMediaLayoutObserver.new const constructor
dark_mode
light_mode
FastMediaLayoutObserver
constructor
const
FastMediaLayoutObserver
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const FastMediaLayoutObserver({ Key? key, required this.child, }) : super(key: key);
fastyle_dart package
documentation
ui/layouts/media_layout_observer
FastMediaLayoutObserver
FastMediaLayoutObserver.new const constructor
FastMediaLayoutObserver class