AType class

Constructors

AType(BuildContext context, {required double defaultValue, double scaleFactor = 1, double? mobile, double? tablet, double? desktop, double? large, double? mobileScaleFactor, double? tabletScaleFactor, double? desktopScaleFactor, double? largeScaleFactor})

Properties

context BuildContext
final
defaultVal double
no setter
defaultValue double
final
desktop double?
final
desktopScaleFactor double?
final
desktopVal double
no setter
hashCode int
The hash code for this object.
no setterinherited
large double?
final
largeScaleFactor double?
final
largeVal double
no setter
mobile double?
final
mobileScaleFactor double?
final
mobileVal double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleFactor double
final
tablet double?
final
tabletScaleFactor double?
final
tabletVal double
no setter
value double
no setter

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