Composer constructor
const
Composer({})
Implementation
const Composer({
required this.context,
required this.isLandscape,
required this.isPortrait,
required this.isMobile,
required this.isTablet,
required this.isDesktop,
});