TFlexParams class abstract
- Implementers
Constructors
Properties
- Align ↔ TFlexAlignItem?
-
getter/setter pair
- Grow ↔ double
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- Height ↔ TMetric?
-
getter/setter pair
- Justify ↔ TFlexJustify?
-
getter/setter pair
- MarginBottom ↔ int?
-
getter/setter pair
- MarginLeft ↔ int?
-
getter/setter pair
- MarginRight ↔ int?
-
getter/setter pair
- MarginTop ↔ int?
-
getter/setter pair
- MaxHeight ↔ TMetric?
-
getter/setter pair
- MaxWidth ↔ TMetric?
-
getter/setter pair
- MinHeight ↔ TMetric?
-
getter/setter pair
- MinWidth ↔ TMetric?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- Width ↔ TMetric?
-
getter/setter pair
Methods
-
Invalidate(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
SetMargin(
int? left, int? top, int? right, int? bottom) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited