MaterialFlutterParityButtonRenderer class
Material parity renderer that delegates visual rendering to Flutter's own FilledButton / OutlinedButton widgets.
This guarantees pixel-perfect Material 3 visuals (parity-by-reuse) instead of hand-rolling the look.
Variant mapping:
filled→ FilledButtontonal→ FilledButton.tonaloutlined→ OutlinedButtontext→ TextButton
The renderer wraps the Flutter button in an inert guard
(ExcludeSemantics + AbsorbPointer) so that activation remains
solely in the component layer (RTextButton).
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
- usesResolvedTokens → bool
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
RButtonRenderRequest request) → Widget - Render a button with the given request.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited