ListenerChangeDeviceSize class

fix when device screen change

Constructors

ListenerChangeDeviceSize(BuildContext context, {required double orginal_width, required double orginal_height, required DeviceSizeChangeCallBack changeCallBack})

Properties

changeCallBack DeviceSizeChangeCallBack
getter/setter pair
currentPageContext BuildContext
when this page context it's means i need to stop change size
getter/setter pair
fullScreen_height double
getter/setter pair
fullScreen_width double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
newSize_height double
getter/setter pair
newSize_width double
getter/setter pair
orginal_height double
getter/setter pair
orginal_width double
getter/setter pair
percentange_orginal_height double
getter/setter pair
percentange_orginal_width double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

callCalBack() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updatePageContext(BuildContext up) → void

Operators

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

Static Properties

tag String
getter/setter pair