modifiable library
Classes
- AlignmentModifiable
- A modifiable that aligns its child within itself and optionally sizes itself based on the child's size.
- AnimateModifiable
-
A modifiable widget that wraps its child with animation effects using
Animate
. - BuildableModifiable
-
A modifiable with a
builder
parameter. - DecorationModifiable
- FlexModifiable
- A modifiable that applies flexible constraints to its child.
- InsetsModifiable
- Modifiable
- A StatefulWidget for applying modifications to a child widget.
- ModifiableBase
- A base interface for creating modifiable widgets.
- ModifiedChild
-
A StatefulWidget that incorporates modifiable behavior using the
Modifier
mixin. -
Modifier<
T extends ModifiableBase> - A mixin class for dynamically composing modifiable widgets.
- ModifierState
-
The state for the
ModifiedChild
widget. - PositionModifier
- SimpleModifier
- A simple modifier for creating modifications by chaining them.
- SizedBuildable
-
A modifiable that wraps its child with a
SizedBox
with dynamic size constraints. - TransformationBuildable
-
A modifiable that applies a transformation to its child using a
Transform
widget.
Extensions
-
DecorationModifyExtension
on Modifier<
T> - ModifiableWidgetExtension on Widget
- An extension on the Widget class to simplify the creation and modification of widgets with modifiable behavior.
-
ModifyActionExtension
on Modifier<
ModifiableBase> -
ModifyAlignAnimationExtension
on Modifier<
T> -
ModifyAlignExtension
on Modifier<
T> -
ModifyAnimateExtension
on Modifier<
T> -
ModifyFlexExtension
on Modifier<
T> - Extension for modifying the flexibility of widgets within a flex container.
-
ModifyInsetsExtension
on Modifier<
T> -
ModifyPositionExtension
on Modifier<
ModifiableBase> -
ModifySizeExtension
on Modifier<
T> - Extension for modifying the size of widgets.
-
ModifyThemeExtension
on Modifier<
ModifiableBase> -
ModifyTransformationsExtension
on Modifier<
T> -
An extension on the
Modifier
class to apply transformations to widgets.
Properties
- modifier → SimpleModifier
-
A tool for creating modifications and applying them to widgets using chaining syntax.
no setter
Typedefs
- ModifiableWidgetBuilder = Widget Function(BuildContext context, Widget child)
- A function signature for building modifiable widgets.