FlResponsiveUI class

Constructors

FlResponsiveUI()
factory

Properties

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?
no setter
screenWidth double?
no setter

Methods

getDeviceOrientation(BuildContext context) Orientation
getProportionalHeight({double? height}) double?
getProportionalWidth({double? width}) double?
getTextStyleRegular({String fontName = 'Roboto-Regular', int fontSize = 12, Color? color, bool isChangeAccordingToDeviceSize = true, double? characterSpacing, double? lineSpacing}) TextStyle
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateScreenDimension({double? width, double? height}) → void

Operators

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