| CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=3600
content-encoding: gzip
content-type: text/html; charset=utf-8
etag: "48cb085c85918800894ccfdf904a7075904b2c5720806004351fae60e576cdd1"
last-modified: Fri, 12 Dec 2025 16:12:55 GMT
strict-transport-security: max-age=31556926
accept-ranges: bytes
date: Sun, 28 Dec 2025 17:46:29 GMT
x-served-by: cache-bom-vanm7210054-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1766943989.473435,VS0,VE197
vary: x-fh-requested-host, accept-encoding
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
content-length: 3562
FlexFit enum - rendering library - Dart API
menu
- Flutter
- rendering.dart
- FlexFit enum
FlexFit
FlexFit enum
How the child is inscribed into the available space.
See also:
Values
- tight → const FlexFit
-
The child is forced to fill the available space.
The Expanded widget assigns this kind of FlexFit to its child.
- loose → const FlexFit
-
The child can be at most as large as the available space (but is allowed to be smaller).
The Flexible widget assigns this kind of FlexFit to its child.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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