FFocusedOutline class - forui.foundation library (original) (raw)
An outline around a focused widget that does not affect its layout.
See:
- https://forui.dev/docs/foundation/focused-outline for working examples.
- FFocusedOutlineStyle for customizing an outline.
Properties
The widget below this widget in the tree.
finalinherited
True if the child should be outlined.
final
The hash code for this object.
no setterinherited
Controls how one widget replaces another widget in the tree.
finalinherited
A representation of the runtime type of the object.
no setterinherited
The style.
final
Methods
createElement()→ SingleChildRenderObjectElement
RenderObjectWidgets always inflate to a RenderObjectElement subclass.
inherited
createRenderObject(BuildContext context)→ RenderObject
Creates an instance of the RenderObject class that thisRenderObjectWidget represents, using the configuration described by thisRenderObjectWidget.
override
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.
override
didUnmountRenderObject(covariant RenderObject renderObject)→ void
A render object previously associated with this widget has been removed from the tree. The given RenderObject will be of the same type as returned by this object's createRenderObject.
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
A short, textual description of this widget.
inherited
updateRenderObject(BuildContext context, covariant _Outline outline)→ void
Copies the configuration described by this RenderObjectWidget to the given RenderObject, which will be of the same type as returned by this object's createRenderObject.
override