EasyResponsive class
A EasyResponsive class.
Constructors
- EasyResponsive.new()
-
Singleton instance
factory
Properties
- designScreenHeight → double
-
Height of the design screen
no setter
- designScreenWidth → double
-
Width of the design screen
no setter
- eah → double
-
get the percent of the height of the screen and height of the design screen
no setter
- eaw → double
-
get the percent of the width of the screen and width of the design screen
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenHeight → double
-
Height of the screen
no setter
- screenWidth → double
-
Width of the screen
no setter
Methods
-
initialize(
{required double screenWidth, required double screenHeight, required double designScreenWidth, required double designScreenHeight}) → void - Must be called before use any of the methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited