FixSuggestionEngine class
Engine that generates FixSuggestions from layout decisions and constraint chains.
This is a pure pattern-matching engine — it does not modify the widget tree. It analyzes the constraints and widget types to suggest the most likely fix.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
Static Methods
-
suggest(
LayoutDecision decision) → List< FixSuggestion> - Generate fix suggestions for a layout decision.
-
suggestFromChain(
LayoutDecision decision, List< ConstraintChainLink> chain) → List<FixSuggestion> - Generate suggestions from a constraint chain analysis.