menu
flutter_scalify package
documentation
responsive_scale/responsive_visibility.dart
ResponsiveVisibility
visibleOn property
visibleOn property
dark_mode
light_mode
visibleOn
property
List
<
ScreenType
>
?
visibleOn
final
A list of
ScreenType
where the
child
should be visible.
Implementation
final List<ScreenType>? visibleOn;
flutter_scalify package
documentation
responsive_scale/responsive_visibility
ResponsiveVisibility
visibleOn property
ResponsiveVisibility class