CarpenterCommandInputButton<I> class
final
Presents a command whose input is collected just before execution.
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- CarpenterCommandInputButton
Constructors
-
CarpenterCommandInputButton({Key? key, required CarpenterCommand<
I> command, required CarpenterCommandInputBuilder<I> inputBuilder, bool? secondary}) -
Creates a command-backed button that asks
inputBuilderfor fresh input on each invocation.const
Properties
-
command
→ CarpenterCommand<
I> -
Command whose live availability, presentation, execution state, and title
drive the rendered button.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputBuilder
→ CarpenterCommandInputBuilder<
I> -
Caller-owned asynchronous input collector; a
nullresult means the command is not executed.final - key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondary → bool?
-
Optional presentation override for secondary/outlined emphasis; when absent
the command presentation decides.
final
Methods
-
build(
BuildContext context) → Widget -
Projects command state into a button, collects input only after activation,
executes through the nearest command-execution scope, and leaves failures to
command state/listeners.
override
-
createElement(
) → StatelessElement -
Creates a StatelessElement to manage this widget's location in the tree.
inherited
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited