FormFactor class
Properties
- breakpoints ↔ FormFactorBreakpoints?
-
getter/setter pair
-
changes
→ Stream<
StateChangeTuple< FormFactors?> > -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDesktop → bool
-
no setter
- isInitialized → bool
-
no setter
- isLandscape → bool
-
no setter
- isMobile → bool
-
no setter
- isPortrait → bool
-
no setter
- isTablet → bool
-
no setter
-
getter/setter pair
- orientation → Orientation
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stream
→ Stream<
FormFactors?> -
no setter
-
supportedFormFactors
→ Set<
FormFactors> -
no setter
- value → FormFactors
-
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
-
update(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FormFactor
-
getter/setter pair
Static Methods
-
init(
{FormFactorBreakpoints? breakpoints, }) → void