AFFormFactorSize class
An attempt to create standardized sizes which can be used to differentiate rendering.
I am not sure this effort is really fully baked.
- Annotations
Constructors
- AFFormFactorSize({required String identifier, required double width, required double height})
-
const
Properties
- dimensionsText → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
final
- identifier → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → double
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
summaryText(
) → String -
toString(
) → String -
A string representation of this object.
inherited
-
withOrientation(
String orient) → AFFormFactorSize
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- idOrientationLandscape → const String
- idOrientationPortrait → const String
- idPhoneLarge → const String
- idPhoneStandard → const String
- idTabletLarge → const String
- idTabletSmall → const String
- idTabletStandard → const String
- sizePhoneLarge → const AFFormFactorSize
- sizePhoneStandard → const AFFormFactorSize
- sizeTabletLarge → const AFFormFactorSize
- sizeTabletSmall → const AFFormFactorSize
- sizeTabletStandard → const AFFormFactorSize