ZZ class Null safety
- Inheritance
Constructors
- ZZ({required Widget child, void onTap()?, EdgeInsets? margin, EdgeInsets? padding, Decoration? decoration, double? height, double? width, int? flex, bool? canScroll, Key? key})
-
Creates the desired Widget hierarchy based on the provided arguments.
const
Properties
- canScroll → bool?
-
Indicates whether the child should be wrapped with a SingleChildScrollView
final
- child → Widget
-
The bottom level child widget to be wrapped
final
- decoration → Decoration?
-
Encapsulates the child with a DecoratedBox using the passed in Decoration
final
- flex → int?
-
Specifies the flex property of an Expanded widget. Note: cannot be used with the width/height properties
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- height → double?
-
Specifies the height of the wrapper. Note: Cannot be used with the flex property
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- margin → EdgeInsets?
-
Creates a Padding widget with the specified EdgeInsets outside of the DecoratedBox
final
- onTap → (void Function()?)
-
Specified whether a GestureDetector should be created with the provided onTap callback
final
- padding → EdgeInsets?
-
Creates a Padding widget with the specified EdgeInsets inside of the DecoratedBox
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- width → double?
-
Specifies the width of the wrapper. Note: Cannot be used with the flex property
final
Methods
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget.
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 non-existent 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}) → 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