morpheme_responsive
library
Classes
-
MorphemeBreakpoint
-
The
MorphemeBreakpoint
class represents a breakpoint in a responsive design system, with properties
such as start and end values, width and height design values, target, text scale factor, and text
auto size.
-
MorphemeBreakpointsData
-
The
MorphemeBreakpointsData
class represents data related to device breakpoints, orientation, text
scaling, and media queries in a Dart application.
-
MorphemeInheritedBreakpoints
-
The
MorphemeInheritedBreakpoints
class is an immutable inherited widget that provides
MorphemeBreakpointsData
to its descendants.
-
MorphemeResponsive
-
The
MorphemeResponsive
class is a widget that provides responsive design capabilities by determining
the appropriate breakpoint and text scale factor based on the device's screen size.
-
MorphemeResponsiveTarget
-
The class defines constants for different types of responsive targets.
-
MorphemeResponsiveVisibility
-
The
MorphemeResponsiveVisibility
class is a widget that conditionally shows or hides its child based
on the device's screen size.
-
MorphemeResponsiveWidget
-