ResponsiveElements class

Constructors

ResponsiveElements({required double width, required double height, required Orientation orientation, required double inch})
ResponsiveElements.of(BuildContext context)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
final
inch double
final
orientation Orientation
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
final

Methods

heightR(double percent) double
inchR(double percent) double
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
spR(double percent) double
toString() String
A string representation of this object.
inherited
widthR(double percent) double

Operators

operator ==(Object other) bool
The equality operator.
inherited